Main menu colors

Home Forums Jevelin Theme Main menu colors

Home Forums Jevelin Theme Main menu colors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • vachicz
    Participant

    Hello, I struggle with the main menu colors on my website https://fybl.cz

    I would like to set the menu items color to white. Also make it black on hover and also black if the item is active.

    I am using both user links and page links in my menu.

    Also I would like it to make it the same colors on mobile.

    Can you please give me any advice?

    Thank you,

    Martin

    vachicz
    Participant

    May be I know, why is that happening.

    I am using absolute links to navigate between the sections of one page – because there is another page on my website – and the links just dont work on the other page if they are relative. So I am using the absolute links, but this probably means that they are all active – please see the screen attached:

    Is there a possibility how to have

    • one color for a menu item (navigation color)
    • second color for the hover navigation color)
    • third color for the active link color

    I would like the colors to stay same on all pages. These are the differences:

    Příběh Aleše | Jak jsem skutečně zhubnul | FYBL

    FYBL | Výživové plány na míru | Výživový poradce Mladá Boleslav

    And I still do not know how to chenge those color in mobile menu.

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

    Hi Martin,

     

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

     

    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

     

    .sh-header .sh-nav > li.menu-item:not(.sh-nav-social) > a, 
    .sh-header .sh-nav > li.menu-item:not(.sh-nav-social) > a > i, 
    .sh-header .sh-nav > li.sh-nav-social > a > i, 
    .sh-header-mobile-navigation li > a > i, 
    .sh-header-left-side li.menu-item > a {
          color: #fff!important;
    }
    
    #page-container .sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a, 
    #page-container .sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a > i, 
    #page-container .sh-header .sh-nav > li.sh-nav-social > a:hover > i, 
    body:not(.home) #page-container .sh-header .sh-nav > li.menu-item.current_page_item > a,
    #page-container .sh-header-mobile-navigation li > a:hover > i, 
    #page-container .sh-header-left-side li.menu-item > a:hover {
        color: rgba(61,61,61,0.80) !important;
    }
    
    

     

    Best regards,
    Shufflehound team

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