Change the text color – topic 2
-
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.
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.
Can I somehow type in code of the colour – to match the other colours on my website ? THx
Hello,
Yes you can replace the color “red” with your desired color.
Best Regards.