Forums

New blog (3 posts)

  1. Gillie2tat
    Member
    Posted 7 years ago #

    I've been setting mine up and fiddling with the style sheet today after installing WordPress on Thursday night.

    http://www.craftsnlace.net/wordpress

    One thing I can't seem to figure out is which section of the style sheet controls the colour of the main text. Had a lot of fun playing around with setting link styles and so on though of course there's a long way to go. I did a class in CSS a while back and it's paying dividends now:)

    Also I think perhaps I should add a little padding to the link style so that each link is separated more from the next.

    I'd like to change the color of the top bar behind the site title but will look at that tomorrow. I've been fiddling around with this all day. There is always more you can do to a web site!

  2. Mark (podz)
    Support Maven
    Posted 7 years ago #

    #header {
    background: #ffff00;

    Yellow is nice :)

    In a default install, the css for text can affect text elsewhere, so it's best to define it specifically

    .storycontent p {
    color: #ff00ff;
    }

    You might find here useful ?
    http://www.tamba2.org.uk/wordpress/graphicalcss/

    and there is other stuff there too, includin spam protection:
    http://www.tamba2.org.uk/wordpress

  3. Gillie2tat
    Member
    Posted 7 years ago #

    Thank you for the very speedy and helpful answer!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.