How to make a specific page body content colorful ?

Hi movin

Can u please help me in making How to make a specific page body content colorful ?

So that i can make a beautiful sitemap for the website … Still I used a plugin but basically i dont want to use plugin for sitemap. I want to manually make it. This is the page i want to make : http://doubleglazingleeds.org/index.php/site-map/

Please guide.

Thanks :slight_smile:

Hi Shivam Sharma,

I hope you are well today and thank you for your question.

You can change the body color and text color of that specific page by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body.page-id-259 .entry-content a {
  color: #C78346;
}
body.page-id-259 .entry-content {
  background-color: #fff;
  color: #C78346;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Hi Movin sir :slight_smile: ,

Thanku so much for reply :smiley: . Well i am gonna use this thread in my upcoming project www.shrishirdisai.com/blog :slight_smile: :). I am very happy with free themes. God bless.

Thanks & regards

shivam sharma

You are most welcome here :slight_smile:

I’d like to make the background of all my pages black with white text. I tried using this code but don’t have the page IDs. Help?

Hi @kbhmedia,

I hope you are well today and thank you for your question.

To help keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/unite-support/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Cheers,
Movin