I would like to change the color of the font to my blog posts. It's straining my eyes. Example below. Thank you.
http://steveblakebasketball.com/media-gallery/
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
I would like to change the color of the font to my blog posts. It's straining my eyes. Example below. Thank you.
http://steveblakebasketball.com/media-gallery/
Hello,
Paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
input, textarea, p, label, .contactform {
color:white;
}
Thanks
Gourav
I would like to change the color of my font to the blog post please. When I insert that code, it changes the color of the font to the other pages as well.
Hello,
Replace the previous code by given code
Paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
.post_content p{
color:red;
}
You can put your color in place of red according to your requirement.
Thanks
Gourav
You must log in to post.