Mobile Navigation Bar Text Color

Home Forums Jevelin Theme Mobile Navigation Bar Text Color

Home Forums Jevelin Theme Mobile Navigation Bar Text Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • vincen72
    Participant

    When selecting the navigation hamburger menu on a mobile device, only the first three items are in white font, while the others are in grey. How do I get the font for all items to appear white?

    Hi @vincen72,

     

    I hope you are well today and thank you for your question.

     

    You can change its color from the theme Styling settings as shown in the attached screenshots.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    vincen72
    Participant

    Hi – This doesn’t help when viewing my site from a mobile device. It appears the coloring is tied to whether the navigation item is linked to the current page or not. All items in white text, when viewed on a mobile device, are linked to sections on my home page.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-nav-mobile li a {
        color: #FFF !important;
    }

    vincen72
    Participant

    Thanks! This worked.

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)