An Illusive H3 font color change
-
Hello,
I’ve been mucking around with the Custom CSS feature to learn how it works and to make my blog (http://anthiny-pacheco.com) look interesting.
A change that remains illusive is a H3 style change to the “Latest” label on the blog. My custom CSS code:
‘
h3 {
color:white;
}#sidebar h3 {
color:white;
}#body h3 {
color:white;
}
‘Any pointers to what I am missing? I simply want to change “Latest” to the color “white”.
I’m using the Modularity Lite theme.
Thanks!
AnthonyThe blog I need help with is: (visible only to logged in users)
-
If you’re using Firefox, install the Firebug add-on: helps you inspect your page and find the right selectors.
-
-
You might want to go to settings > reading and decrease the number of posts to shown on a page since your site is pretty image intensive. I would suggest perhaps 3 or 5 at the most. I gave up waiting for your site to load on my wireless internet connection.
-
Thanks for the note on the loading. I found out the background was 532K, it’s now 72.3. I also decreased the post count.
Thanks,
Anthony -
- The topic ‘An Illusive H3 font color change’ is closed to new replies.