CSS Style in "Nature" Template
-
Hello,
I have some “green” fonts on my Blog-Site (“Natural” Theme). Its the comments font, the “author” font and others. Can someone please describe me the right css code, for updating it to a custom color ?By the way, how can i change the header font, size and color (“5BP Blog” Welcome to my Blog”) in the header picture below my logo ?
BR DirkThe blog I need help with is: (visible only to logged in users)
-
Hi firaxx
I have some “green” fonts on my Blog-Site (“Natural” Theme). Its the comments font, the “author” font and others. Can someone please describe me the right css code, for updating it to a custom color ?
.post-author a { color: blue; }By the way, how can i change the header font, size and color (“5BP Blog” Welcome to my Blog”) in the header picture below my logo ?
BR Dirkdiv#site-info { font-size: 2em; }h1.site-title a { color: blue !important; }h2.site-description { color: blue !important; }Hope this helps. Please let me know if you need help with anything else.
-
-
- The topic ‘CSS Style in "Nature" Template’ is closed to new replies.