Archived topic
change background color for a specific page
3 replies · Started by Shivam on June 29, 2019
Hey team,
I want to change the background color of one my specific blog post something like this https://www.shoutmeloud.com/how-start-blog.html
My current page looks like this - https://www.bemakemoney.com/social-snap-review/
How can I do? Please help...
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 :)