Home Forums Free Themes Signify Photography where to change the color of the menu?

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #146613
    rio077
    Participant

    How do I change the colors of the Menu to red/white instead of yellow/white?

    #146644
    Psink
    Keymaster

    Hello rio077

    Can you please share your site URL?

    regards,
    psink

    #146665
    rio077
    Participant
    #146672
    Psink
    Keymaster

    Hello rio077

    Please check this screen record, if you want the exact as you have seen in the video
    https://www.awesomescreenshot.com/video/3090258?key=127d5e2f2f8db34e5f2e756964f7a82e

    Then Please add this CSS in the additional CSS

    
    .main-navigation ul:not(.sub-menu)>li>a:hover,
    body[class*="color-scheme-"]:not(.color-scheme-ecommerce):not(.color-scheme-education):not(.color-scheme-default):not(.color-scheme-dark).home.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:hover,
    body[class*="color-scheme-"]:not(.color-scheme-ecommerce):not(.color-scheme-education):not(.color-scheme-default):not(.color-scheme-dark).has-header-media.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:hover{
    	color: #f7000b;
    }
    

    you can change the color code as per your taste

    have a great day
    Regards,
    psink

    #146674
    rio077
    Participant

    Got it. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.