This topic has 4 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow
How do I change font size and font color on top Bar?
Hello,
Thanks for using our theme.
Could you provide URL of your site?
Regards
Hello,
I see that you already added custom code to change the font-size and color https://prnt.sc/wmpbbc
Replace custom by the code below to overwrite the default color styles
.top-bar a, .header-type-7 .top-bar a {
color: #333;
font-size: 25px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up