Menu text color

Home Forums Jevelin Theme Menu text color

Home Forums Jevelin Theme Menu text color

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • vanni77
    Participant

    Hi, i’m not able to change menu text color from white to another one

    Could you help me please?

    Hi @vanni77,

     

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

     

    You can change it 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.

    vanni77
    Participant

    I just tried but it’s always white like you can see in the attached screenshots.

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

    Could you please share your site URL where it’s displaying so that I can help you?

    vanni77
    Participant

    Above, thanks

    Solution for this topic

    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 .primary-mobile-light #header-logo-title, 
    #page-container .primary-desktop-light .sh-header-top-4 #header-logo-title, 
    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) #header-logo-title,
    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a, 
    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i {
        color: #419639 !important;
    }

    vanni77
    Participant

    Thanks!!!!

    You are most welcome here 🙂

    julielib10
    Participant

    Hello, I had the same problem ! so Thank you so much for this solution ! it’s working !!

    @julielib10 Thank you for notifying us.

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