Site logo

Archived topic

change background color for a specific page

3 replies · Started by Shivam on June 29, 2019

Viewing posts 1–4 of 4

Hi there,

Every page/post has an ID. You can check the ID by right clicking and clicking "Inspect". You'll see the class here: https://www.screencast.com/t/vsB80hmx8

With that, we can do this:

.postid-2659 {
    background: #ddd;
}

Thanks it worked

You're welcome :)

This archived topic is closed to new replies.