badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

change mobile navigation bar link color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50712
    admin175
    Participant

    Hi There
    When I view my site http://www.theesotericbloom.com on a mobile phone I can barely see the color of my navigation item links. How can I change color of text in the mobile navigation bar to another color?

    Thanks

    #50726

    Hi,

    You can change the navigation bar background color via customizer(Theme Option). However if you need to change only for mobile devices you have to add the custom css just go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button. Do not forget to change the HEX color code #990099 below to your own color.

    @media only screen and (max-width: 767px) {
        #access {
            background-color: #990099;
        }
    }

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.