Home New Guten Forums WoodMart support forum color of text menu

color of text menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65954

    cumenda
    Participant

    Hi,
    on WoodMart header builder –> Header base template –> Header bottom You added a “text HTML” that can be customized easily.

    I need to replace this “text Html” (that can’t be translated into different languages) with a “secondary menu” (that can be translated with WPML).

    My question is how to customize the colors of this menu.
    On menu, I see the text could be customized by CSS (see attached images) but it doesn’t work for me and the text of menu remain dark grey as all the other …. could You please explain how to do?

    Thank You

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

    Hello,

    The color of menu is customized by CSS. Please provide your site admin access we shall provide CSS. The site URL provided before is different of screens

    Best Regards

    #65986

    cumenda
    Participant

    Hi,
    please find in private the access to admin area.

    NOTE:
    – the menu is called: middle shop bar
    – please let me know how to customize each text/item

    Thank You

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

    Hello,

    Please add this code to Theme Settings > Custom CSS

    #menu-middle-shop-bar li a{
        color:red;
    }

    Replace “red” with the color you need.

    Best Regards

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