Hi, I finally found how to do it, sorry about the confusion. I am trying to change the background on one sticky post, add read more to that same post (Nympho) thank you. jordansilver.net thank you
Hi @blackbutterfly1,
I hope you are well today and thank you for your question.
I don’t see the sticky post on your site so please share me the exact page URL from your site where it is displaying so that i can help you.
Kind Regards,
Movin
http://jordansilver.net/2016/11/nympho/ there you are and thanks
You can try changing background of that post by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
body.single-post article#post-2666 {
background: #000;
}
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
I did nothing changed thanks all the same
Actually the shared post is getting redirected to http://jordansilver.net/nympho/ which is page and not post so if you want to change background on this page then try using below CSS code instead.
body.page article#post-2666 {
background: #000;
}
that worked thank you so much
You are most welcome here