Reply To: Help in tweaking site

Home Forums Support Help in tweaking site Reply To: Help in tweaking site

Home Forums Support Help in tweaking site Reply To: Help in tweaking site

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