This topic has 8 replies, 4 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
Hello
How do I change the following:
– Main Font Color to black instead of the light grey throughout the content of the site?
– Single Product Page Main Content to black and make it larger
– Single Product Button, font is black with black button,but when hovered over it looks great!
Sorry to be a pain, but everything is so awesome with this theme, just can’t seem to figure out the “Theme Options” and all the font options, everything I do doesn’t change these few points, as well not sure how to add the right code to my custom.css
Thank you again,
Cheryl
Hello,
Use this code in custom.css file:
p {
color: black !important;
}
.tabs .tab-content p, .tab-content .list li {
color: black !important;
font-size: 15px !important;
}
.product-information .cart button[type="submit"] {
color: white !important;
}
Regards,
Eva Kemp.
Hi There, thank you for this help, just wondering how to change certain text back to the default color now, all the main body font is black which is great, but the script font is black now too, and before I had it the default color. Is there a way to change this back to a colour, html styling is not working for me.
<p class=”active” style=”font-size: 28px; color: #b6500e; line-height: 18px; font-family: ‘Satisfy’, cursive;”>
this color shows up in the editor but not on the site…
ca
Hello,
please navigate to your custom.css file and replace string
p {
color: black !important;
}
with
p {
color: black;
}
and show us on screenshot which elements you want to have ‘#b6500e’ color.
Regards,
Stan Russell.
Hi here is the picture of the script I want a different colour!
Hello,
As I see the color is changed:
http://storage1.static.itmages.com/i/15/0527/h_1432746881_3692674_8fa72aa2d8.png
Please clear browser cache and check again.
Thank you.
Regards,
Eva Kemp.
Yup!! You guys are awesome!!! Thank you!!!!!!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Woopress Main Body Font Color’' has been successfully resolved, and the topic is now closed for further responses