Home Forums WoodMart support forum Change the text color – topic 2

Change the text color – topic 2

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

    burianek14
    Participant

    Hello,
    How can i change the colour of the text in blue circle please? (attachment)
    In attachment also the settings for header.

    Thanks.

    Im reposting sry, but i couldn’t answer on the previous topic cuz it always logged out me.

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

    Hello,

    I saw the screenshot you attached. To change the color of the menu in the topbar you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-top-bar .whb-secondary-menu .item-level-0 > a {
    color: red;
    }

    Best Regards.

    #216630

    burianek14
    Participant

    Can I somehow type in code of the colour – to match the other colours on my website ? THx

    #216655

    Hello,

    Yes you can replace the color “red” with your desired color.

    Best Regards.

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