I am trying to change the font color of the text on the brown top header.
I can’t find the settings anywhere
I am trying to change the font color of the text on the brown top header.
I can’t find the settings anywhere
Hi,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.
Thank you.
Hi there,
The code inspector functionality on your site seems to be disabled so I can’t really provide the exact code that would work for this but please try this:
.x-topbar p {
color: #fff;
}
Feel free to change the color value in the code.
Hi again,
Please add the following code in your Child Theme’s style.css file instead:
.x-topbar .p-info {
color: #fff !important;
}
Let us know how this goes!
yes that did it, but what about the icons on that bar too
Hi @seospec,
As I checked your setup, I could see that you are using a different theme.
to change a of your icon in the bar, you can use this code below:
.td-social-icon-wrap .td-icon-font{
color:#000;
}
Hope it helps.
Let us know how it goes.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.