Home Forums Pro Themes WEN Travel Pro Colors in Header

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #181089
    Richard Mertens
    Participant

    Hey there,
    the colours in my headers can’t be changed sufficiently. The hover color within the header menu is orange even though there is no Orange ticked in the colours base menu. I changed up all the other colour settings, but it remains orange for some reason. Here you find the link to the webpage.
    https://jfk-hu-berlin.de/

    #181094
    sanam
    Keymaster

    Hello @RICHI385, Please add this CSS in the Additional CSS

    .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a:hover:hover, .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a:hover:focus {
    color: #293991;
    }
    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Thanks

    • This reply was modified 1 year, 11 months ago by sanam.
    #181110
    Richard Mertens
    Participant

    Thanks, that worked! The website is https://jfk-hu-berlin.de/

    #181426
    Richard Mertens
    Participant

    One more question: how can I change the on hover color? It is still orange after hovering once you are already on the page. This also affects the mobile site, because there the font is orange from the beginning..

    #181428
    sanam
    Keymaster

    Please add this css

    .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a:hover:hover,
    .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a:hover,
    body .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu ul .current_page_item > a:hover {
    color: #293991;
    }

    Regards,
    Themepalace

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