This topic has 6 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hi
On this page: http://www.smooff.net/artikler/
How can I change the color and size of this text here:
https://www.dropbox.com/s/8si7kgpy0hhbdx9/size-and-color.jpg?dl=0
the link here is also grey, how can I change it to black?
https://www.dropbox.com/s/5594yjy3r7jxoik/link-color.jpg?dl=0
Also how can I change the text color to black with a text size 15px, on posts, ex here:
http://www.smooff.net/din-rygestop-dag-naermer-sig-hvordan-forbereder-du-dig/
Thanks
Tonny Petterson
Hello,
Try to use this code in Global Custom CSS
1, 3)
.content-article p{
color:red;
font-size:14px;
}
2)
.vc_custom_1433366118646 .wpb_column strong{
color:#000;
}
Regards,
Robert Hall.
Thanks Robert – it works, but somehow it still grey in the footer on the english version of the page?
see: http://www.smooff.net/articles/?lang=en the link: Terms and conditions ?
What can I do to make it black?
Hello,
Please try to replace code above to this
.vc_custom_1433366118646 .wpb_column strong a{
color:#000;
}
Regards,
Robert Hall.
Thanks Robert! it works now!!
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: best selling, blog posts, change, text color, text size, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up