How to change background color of an entire section with css?

How to change background color of an entire section with css?

subh3
Visitor
1 0 1

I'm new to shopify and been trying to change the background of the following section by adding code to the :

#shopify-section-template--14585333410850__d4b22187-d4b2-485b-b8db-684699d2e882{
background-color: #0000!important;
}

But it didn't worked and showed an error message that "ID sector can't be used". 

 

img.png

 

Can you help me with a solution please?

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @subh3 , 

Maybe its not the right selector, Would you mind to share your URL website and point out the specific section you edit to? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

NomtechSolution
Astronaut
1245 113 160

use this code:

#shopify-section-template--14585333410850__d4b22187-d4b2-485b-b8db-684699d2e882{
 background-color: #000!important;
}