How to change the color of submenus? - Acme Themes

Best Premium and Free WordPress Themes Forums MercantilePro How to change the color of submenus?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40296
    Virginie HUBERT
    Participant

    Hello,

    The submenus are blacks with white letters, and there is no option to change the colors.
    Perhaps there is a secret way to do it?
    Here is a screencopy: https://d.pr/i/GptRVq
    Thanks for your help,

    Virginie

    #40388
    acmesupports
    Moderator

    Dear Virginie,
    If you can provide us your site URL, we will observe and can provide you possible solutions.
    Best Regards!

    #40420
    Virginie HUBERT
    Participant

    My webmaster will send you access to the credentials of my website ASAP.
    Thanks for your help,

    Virginie

    #40570
    acmesupports
    Moderator

    Dear Virginie,
    Please add the given CSS code in Additional CSS and replace the color value with your needed one.
    Appearance->Customize->Additional CSS

    i) Change submenu background color
    .main-navigation ul ul{
    background: #ccc;
    }
    ii) Change Submenu font color
    .main-navigation li:hover > a{
    color:#000;
    }

    Best Regards!

    • This reply was modified 4 years, 3 months ago by acmesupports.
    #40586
    Virginie HUBERT
    Participant

    Thank you! It’s working perfectly well now 🙂
    Best regards,

    Virginie

    #40617
    acmesupports
    Moderator

    Dear Virginie,
    You are Most Welcome 🙂
    Best Regards!

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