Site logo

Archived topic

Help in tweaking site

2 replies · Started by Avril on April 21, 2016

Viewing posts 1–3 of 3

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.

What's your website url?

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.

This archived topic is closed to new replies.