Comments on: How to Add Custom CSS to Your WordPress Theme https://www.competethemes.com/blog/custom-css-wordpress-theme/ Thu, 01 Apr 2021 14:17:09 +0000 hourly 1 https://wordpress.org/?v=6.4.2 By: Ben Sibley https://www.competethemes.com/blog/custom-css-wordpress-theme/#comment-19450 Sun, 27 Nov 2016 14:43:34 +0000 https://www.competethemes.com/?p=34207#comment-19450 In reply to Iana.

Awesome, happy to help 🙂

]]>
By: Iana https://www.competethemes.com/blog/custom-css-wordpress-theme/#comment-19449 Sun, 27 Nov 2016 14:18:40 +0000 https://www.competethemes.com/?p=34207#comment-19449 In reply to Ben Sibley.

Thank you so much! it worked.
Your theme rocks!

]]>
By: Ben Sibley https://www.competethemes.com/blog/custom-css-wordpress-theme/#comment-19447 Sun, 27 Nov 2016 14:06:53 +0000 https://www.competethemes.com/?p=34207#comment-19447 In reply to Iana.

Hi Iana,

This CSS should do the trick:

.entry article {
background: #ccc;
}

You can change the “#ccc” value to any color you’d like to change the post background color. There isn’t a simple way to use a background texture with CSS, but this is a feature included in Author Pro.

]]>
By: Iana https://www.competethemes.com/blog/custom-css-wordpress-theme/#comment-19418 Fri, 25 Nov 2016 21:37:32 +0000 https://www.competethemes.com/?p=34207#comment-19418 Hi! I use the free “Author” theme. And I could not find a way to change the background of the post itself. I was good with parameters “sidebar”, “main-sidebar” etc, but I just don’t know the name of the parameter that changes post background. Could you name it please?

And is there a way to use texture instead of coloured background?

Thank you for your answer.

]]>