Can't change the color of my navigation

Home Forums Jevelin Theme Can't change the color of my navigation

Home Forums Jevelin Theme Can't change the color of my navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Xavi
    Participant

    Need to change the color of my navigation links

    Hi @Xavi,

     

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

     

    You can change it from the theme styling settings as described in the below topic.

     

    https://support.shufflehound.com/forums/topic/header-pages-and-blogposts-different-from-demo-and-home/#post-45468

     

    Best regards,
    Shufflehound team

    Xavi
    Participant

    Hey I tried that but it didn’t work.

    Navigation text stay white for some reason even after changing them. The only change color when the sticky header becomes active.

    Could you have a look at my site to understand what’s going on.

    http://www.tunecreators.com

    You can change its color 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 > li.menu-item > a,
    #page-container .sh-nav > li.menu-item > a > i {
            color: rgba(61,61,61,0.69) !important;
    }
    #page-container .sh-nav > li.menu-item:hover > a,
    #page-container .sh-nav > li.menu-item:hover > a > i {
        color: rgba(61,61,61,0.80) !important;
    }
    
    #page-container .sh-header .sh-nav > .current_page_item > a,
    #page-container .sh-header .sh-nav > .current-menu-ancestor > a,
    #page-container .sh-header-left-side .sh-nav > .current_page_item > a {
        color: #007aff !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)