Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1472353

    For the transparent header options there are colors for navigation and for hover.

    I tried to use the hover one, but it seems it does nothing. Is hover the same as active?

    I added a color to “Transparency Menu Color On Hover” and it does nothing, It stays with the default.

    How to change the hover color for transparent header and how to set an active color?

    I fixed with this:

    ul:first-child > li a:hover {
    	color: #cccccc !important;
    }
    
    li.current_page_item > a {
    	color: #dddddd !important;
    }

    But the options for hover in the transparent header should work, right?
    Maybe a bug?

    Thanks.

    #1472408

    Hey peterolle,

    We can’t reproduce this problem on a test installation, if you need further help then please post a link and login details to where we can see it.

    Best regards,
    Rikard

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