How to change the color of the tag (Labels) to white ? Give code please
.entry-footer a {
color: rgba(245, 243, 243, 0.97);
}
I added styles . Tell me is this correct ?
Everything was working
Hi There,
I would like to check but your website is under construction mode.
Would you mind providing us with your admin account so we can take a closer look?
Thanks.
Hi , the website is already open .Please check
Hello There,
Is this the site in question?
I could not check that you have applied the code. I can see that you using Comet cache. Please clear your plugin cache before testing your site. This can cause the changes to not take place on the front end. It will eventually show up when the cache regenerates, but itβs not ideal if youβre looking to see your changes immediately. Caching plugins are best to turn on only when youβve finished building the site.
Please let us know how it goes.
I just asked to check if I did all )) Cache I have cleaned 3 times after put code I just asked to check if I did all )) Cache I have cleaned 3 times after put code . The changes I have , but just to say the correct code or not))
Just in the theme settings , no change to text color to white in the dark labels, ruble and vidzhity . And change stack on white I donβt want
Just in the topic of setting, there is no change in the color of the text is dark to white in the labels of rubles and vidzhytah. And I do not want to change the stack to white
Hi There,
I am not sure which part you want to change from font color dark to white. I cannot find rubles and vidzhytah labels on the site. Using browser developer tools, I will show you screencast on how to inspect element and then change font color or any style: https://screencast-o-matic.com/watch/cb6viu2Vu6
.x-colophon.bottom .x-colophon-content a:hover {
color: green;
}
.x-colophon.bottom .x-colophon-content a {
color: white;
}
.x-colophon.bottom .x-colophon-content {
color: white;
}
We can add the CSS on Pro > Launch > Theme Options > Global CSS
Additional CSS is a place added by Wordpress for additional CSS then Global CSS is by the theme. It is better to put all your custom CSS in place.
If this doesnβt solve the issue, and to avoid back and forth, please be specific on your reply by giving us screenshot of the part where the change is needed and point us exactly which one since we cannot read the text too. Thank you for understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.