• Resolved Tsunning

    (@tsunning)


    Hi Roman,

    I see you’ve already answered how to change the background colour of the menu, but when I enter

    [off-canvas] {
    background-color: white !important;
    }

    the text colour of the menu items is white as well and therefore invisible. I tried changing it in the colour customizer, but that doesnt seem to work. So my question is, is there a CSS code to change the text colour of the menu items?

    Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    #mobile-menu.mobile-menu a {
        color: red;
    }

    Please feel free to replace red with any other color or color code.

    Kind Regards, Roman.

    Thread Starter Tsunning

    (@tsunning)

    Hi Roman,

    thanks a bunch! That worked perfectly!

    Kind regards,
    Loretta

    Great! You are welcome Loretta ??

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Design’ is closed to new replies.