Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #49544
    paul
    Participant

    Having issues with menu responsive design (catch-everest theme). background color in drop down menu color is too light (not same as main site). Need to change the responsive menu background color.

    Also would like to remove the slider in responsive design.

    #49556
    Sakin
    Keymaster

    @paul: Post in your site URL and desire color code. Also let me know from which devices you want to remove slider.

    #49561
    paul
    Participant

    #000464 postaljobsexam.com, remove slider in small devices (phones). tablets, ipads etc.are large enough to see slider well.

    thanks Sakin,
    Paul

    #49597
    Sakin
    Keymaster

    @paul: Thanks, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-menu .sb-options { background-color: #000464; }
    @media screen and (max-width: 960px) {	
        #main-slider { display: none; }
    }
    #49600
    paul
    Participant

    perfect, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘responsive design submenu/drop down background color change’ is closed to new replies.