Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2365680
Header
Closed

Comments

  • tipizzz started the conversation

    Hover color acting randomly.

    Sometime it shows hover color on the category being hovers on (which it should)

    But, other time it also permanently highlights the opened category. How do i sort this out.

    Also, for many header styles, the logo doesn't show on tablet size and mobile version. 

  •  2,699
    PenciDesign replied

    Hi,

    1/ Yes, the colors for hover & activate is the same. If you want to ajust the color for activate menu items, you can try add more this code to Customize > Custom CSS:

    #navigation.menu-item-padding .menu > li.current-menu-item > a, 
    #navigation.menu-item-padding .menu > li.current_page_item > a, 
    #navigation.menu-item-padding .menu > li.current-menu-ancestor > a, 
    #navigation.menu-item-padding .menu > li.current-menu-item > a{
        background-color: #ffff00;
    }
    #navigation .menu li.current-menu-item > a, 
    #navigation .menu > li.current_page_item > a, 
    #navigation .menu > li.current-menu-ancestor > a, 
    #navigation .menu > li.current-menu-item > a{
        color: #6eb48c;
    }
    

    Change 2 color codes above to color code you want for activate menu.

    2/ Yes, by default some header style doesn't support for display logo on main navigation for mobile.

    But, you can use option for enable logo on main navigation on mobile via Customize > Colors and Header Options > Display Logo on Horizontal Navigation on Mobile


    Best Regards,

    PenciDesign