Mobile menu

Home Forums Legacy Support Support queries Styling issues Mobile menu

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #250341
    cristechservice
    Participant
    Hell There, How to change to drop menu colour on mobile view please see screenshot : https://prnt.sc/rwlm78 thanks
    #250349
    Jackson
    Blocked
    Hello @cristechservice use this css go to appearance>>customization>custom css and paste code given below   ul#menu-mobile a {   color:black !important; background-color:green ; }   Thanks,
    #250358
    cristechservice
    Participant
    This reply has been marked as private.
    #250379
    Jackson
    Blocked
    Give me your website url with admin cardentails, please see this first refer : https://prnt.sc/rwobrm you want code for this ? Thanks,
    #270177
    philipsmarx
    Participant
    ul#menu-mobile a {   color:black !important;   background-color:#4a4a4a;   } This code doesn't work for my website. My objective is to change the 'close icon' color and menu background color when mouse-hover My site: kompetensia.com
    #270217
    Steve
    Member
    Hello @philipsmar Here is what I can see on your website, Refer: https://prnt.sc/t5ei3r Please provide the exact URL where you want these changes. Thank you
    #270257
    philipsmarx
    Participant
    It is the menu, so in this case the entire website mobile menu Yes as you see in https://prnt.sc/t5ei3r. At least I want to change the "X" close menu icon color. I can see that the icon in blue now, refering to .href css code. How to change the blue color without breaking the whole link color
    #270322
    Steve
    Member
    Hello @philipsmarx Thank you for letting me know the exact issue, here is the code, put it in customizer> custom CSS a#close_menu_sidebar span::after { color: #ff0000; // here you can put your color name or color code; } Hope this will work for you. Thank you  
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mobile menu’ is closed to new replies.