Home Forums WoodMart support forum How to change menu color

How to change menu color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #204697

    mevart
    Participant

    Hello is it posible to change menu background color when I open the menu;
    I want to make it green #01A4B3 and white the letters.
    Thank you,
    Maria.

    Attachments:
    You must be logged in to view attached files.
    #204732

    Hello,

    I saw the screenshot you attached and visited your website to change the background of the sub menu item you need to add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    #menu-item-3990 .sub-menu-dropdown.color-scheme-dark {
    background: #01A4B3;
    }

    For the text color:

    #menu-item-3990 .color-scheme-dark a {
    color: white !important;
    }

    The CSS will only affect the item you mentioned in the screenshot.

    Best Regards.

    #205182

    mevart
    Participant

    Hello
    Ι have installed WPML plugin and I have lost the green menu color…
    Thanks,
    Maria

    #205298

    Hello,

    Please make sure that you have added the CSS correctly in the Custom CSS for the Desktop area mentioned in the previous reply. Then clear the cache and check back.

    If the problem continues then provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #206229

    mevart
    Participant

    The problem continues…

    #206305

    Hello,

    I have tried to login to your website and was unable to login. The password doesn’t seem to be correct.

    Screenshot for Clarification: https://ibb.co/spSWd75

    Please provide me with the correct admin panel login details to check it myself and help you out accordingly.

    Best Regards.

    #206307

    mevart
    Participant

    Can you please try now with the new code?

    #206338

    Hello,

    I have logged into your website and fixed the color issue and now its working absolutely fine.

    Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/f9F4kL6

    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)