How do I change the font color of the main text?
-
I would like to change the font color for my blog posts, but that doesn’t seem to be a setting in the Customizer. Is this possible with CSS? My theme is Alto.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
What color are you trying to change the text to? Are you trying to change the text color for all text on the site, or just the body text that is found within blog articles. i.e. the text you type when you compose your blog posts.
Thanks for the additional info!
-
Hi jerrysarcastic,
I’m trying to change the text color for the body text, the menu text, and other text that is not adjustable via Customizer (like header, link color) to either 231F20 or 000000. The body text is my top priority.
Thanks!
-
Gotcha. You can try the following block of code, entered into the CSS tab of your site customizer here: https://wordpress.com/customize
Here is the code to paste in:
.entry-body .entry-content .entry-text, .entry-body .page-content .entry-text { color: #000; }If you like you can replace the #000 color code (black) with something else to find what works for you. Feel free to experiment, and be sure to save your changes when you are done.
-
Thanks jerrysarcastic!
Do you know how to change the text color of the menu items as well?
-
To change the color of the menu item labels, add the following and adjust the color as desired.
#site-navigation a { color: #cc0000; } -
Hi,
I am using the free version of ‘Big Brother ‘ theme for my blog site. I do not see the custom CSS tab / location.
Can you please help.Thanks.
-
Hi @theyearlinghouse, Custom Design is a feature of the WordPress.com Premium Plan upgrade.
You can try out and preview Custom CSS before you buy as explained here.
-
-
- The topic ‘How do I change the font color of the main text?’ is closed to new replies.