Menu Font colour

Home Forums Jevelin Theme Menu Font colour

Home Forums Jevelin Theme Menu Font colour

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

    Hello. My menu font colour under the slider revolution is white. How do i change this to be black? When I scroll down it turns black though, just wondering how to keep it black on the slider.

     

    Regards

    Hi @b_sanj,

     

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

     

    You can change it in the theme styling settings as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    b_sanj
    Participant

    Hello, thank you for your reply.

     

    I had tried to adjust the settings you recommended, but it does not work. I have added screen shot attachments to show my problem.

     

    The font colour in the menu is white. It cannot be seen over the revolution slider. However when you scroll down, the font colour changes to black. I would like it be just a black colour, so you can see it over the revolution slider.

     

    My website is blankcanvasart.co.uk

     

    Please could you advise me further.

    Thank you

    Sanj

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

    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-header .sh-nav > .menu-item > a{
        color: rgba(61,61,61,0.69) !important;
    }
    
    #page-container .sh-header .sh-nav > .menu-item:hover > a{
     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: #47c9e5!important;
    }

    b_sanj
    Participant

    Thank you. will this slow my website down?

    No it won’t slow down your site.

     

    You are most welcome here 🙂

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