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 #2617369
Primary Menu Background Color on Hover
Closed

Comments

  • gemini52513 started the conversation

    Hi,

    I'd like to change primary menu background color on hover (or active page). Could you please advise how to make this? Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    Have you check options for it via Customize > Logo & Header > Colors ?

    If not, let's check it.

    Best Regards,

    PenciDesign

  • gemini52513 replied

    Thanks for your reply! 

    I successfully made it by enabling padding on menu and changing "Padding Menu Items Background Color".

  • gemini52513 replied

    Hi,

    I have another question: Is there a way to enable padding also on dropdown menu? I could not find this option via Customize > Logo & Header > Colors.

  •  2,699
    PenciDesign replied

    Hi,

    By default, the theme doesn't support it for sub-menu. If you want to do that, I can help you with some custom CSS, but, please make your site live and show me your site URL to I can take it a look to help you.


    Best Regards,

    PenciDesign

  • gemini52513 replied

    Hello,

    Here's the site URL: https://maobithemixed.com

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    #navigation ul.menu ul li:hover {
        background: #ef9f00;
    }
    

    Best Regards,

    PenciDesign

  • gemini52513 replied

    The code works. Thanks a lot for your help!