CSS Style in "Nature" Template

  • Unknown's avatar

    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 Dirk

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    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 Dirk

    div#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.

  • Unknown's avatar

    Everything worked, as i wanted to :-) Thank you very much for your help.

    BR Dirk

  • Unknown's avatar

    You’re Welcome. Happy to Help :)

  • The topic ‘CSS Style in "Nature" Template’ is closed to new replies.