I would like to change the gray color of the font into a color of my choice.
How can i do that?
Hi @tatti,
Since you didn’t give us your website link to check and help, the best I can do is to offer the attached tutorial.
Thanks,
Cristian
http://www.toolbarexperience.com/farmacia/ This is my URL, i would like to change the default grey of the body text and side bar text (everywhere where it is grey) into my own color for example a darker grey #58585d
i have a lot of pages built with live composer also in which i would like to change the grey.
http://www.toolbarexperience.com/farmacia/dermocosmesi/
Hi @tatti,
Use this css code:
#latest-news .section-content .post .post-entry {
color:#58585d;
}
#blog .blog-post .blog-post-entry p {
color:#58585d;
}
body {
color: #58585d;
}
Thanks,
Cristian
http://www.toolbarexperience.com/farmacia/veterinaria/
also the side bar color i would like to change!
Hi @tatti,
For side bar color use this css code and replace#ebeb
; with your desired color…
#sidebar {
border-left: 1px solid #ebebeb;
}
Thanks,
Cristian