wordpresss motif theme

  • Unknown's avatar

    all I want to do is change the color of the font for site-title……I been looking all day!!!
    is there a sytlesheet.css for the ‘motif’ theme?

    thanks!

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

  • Unknown's avatar

    To change the color of the title and the tagline, add this and change the hex:

    .site-title a, .site-description {
    color: #333333;
    }

    But this won’t be enough against the bg image you have inserted. You should probably use a different bg image or add a bg color to the header.

    To see the original CSS of an element, you need to use the Inspect Element option of your browser or a developer add-on such as Firebug in Firefox.

  • The topic ‘wordpresss motif theme’ is closed to new replies.