Okay
  Public Ticket #2712720
header selection colour
Closed

Comments

  • EwoutBakker started the conversation

    Hello, It it seems that I cannot change the colour of the selected headings. I attached a picture to clarify my meaning  a bit. 
    It seems that this feature is missing, and I cannot find in the FAQ's. Can you please tell me where to change this?

    I'm sorry to bother you guys with this small question but I have been searching for ages.. 

    {"wp":{"use":false,"adminUrl":"www.mijnveilinghuizen.nl/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •  1,558
    Laborator replied

    Hi there,

    That's because you're using a demo content which has some custom CSS because of it's unique style, so to change the color of the menu color on hover and active add this CSS to Custom CSS:

    /* Menu: Standard menu active item color */
    .main-header.menu-type-standard-menu .standard-menu-container ul.menu li.current_page_ancestor a, 
    .main-header.menu-type-standard-menu .standard-menu-container ul.menu li.current_page_parent a, 
    .main-header.menu-type-standard-menu .standard-menu-container ul.menu li.current-menu-parent a, 
    .main-header.menu-type-standard-menu .standard-menu-container ul.menu li.current-menu-item a, 
    .main-header.menu-type-standard-menu .standard-menu-container div.menu > li.current-menu-item a {
        color: red;
    }
    /* Menu: Standard menu link color on hover */
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul>li>a:hover, 
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu>li>a:hover {
        color: blue;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • EwoutBakker replied

    Thanks Art, This helped a lot!

  •  1,558
    Laborator replied

    You're welcome EwoutBakkersmile.png

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on ThemeForest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group