Help in tweaking site

Home Forums Support Help in tweaking site

Home Forums Support Help in tweaking site

  • This topic has 2 replies, 3 voices, and was last updated 8 years ago by Tom.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #188333
    Avril

    I have two queires, apologies that I am not more skilled.

    1) How do I increase the horizontal rule width throughout?

    2) How do I specify background colours to individual posts and content areas? And also to boxes to contain type within the content area.

    #188367
    Pete

    What’s your website url?

    #188375
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    1. The HR should span 100% – if it’s not a link to your site would be helpful.

    2. This is kind of tricky.. Each post is given an ID by WordPress. Using this ID we can target it with some CSS:

    #post-1403 .inside-article {
        background: #fafafa;
    }

    The above would change the background of our post with the ID of 1403.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.