Forums
Home / Theme: Make / Section Background Color
(@louishatzis)
10 years ago
Is is possible to set the background color for a Section?
(@jmeyer2485)
What is your site link?
Makes it easier to see what you want exactly.
Thanks
https://hackupers.com
there is a second section below the initial 3 column section and above the footer. I want to change the background color for this section.
If I understand right try these two codes in your Child Theme or CSS Editor.
.entry-content { background: #fff; } .site-content { background-color: #171717; }
You need one to cancel out the other in a way.
Let me know if this what you’re looking for.
No, I don’t think that works. I just added what you suggest in the style.css
Don’t use the core CSS file.
Use a CSS Editor like this one
If you edit the core CSS when the theme is updated all your edits will be lost.
I used simple custom css plugin. Same thing
the text “73,839 of you visited. etc” is a different section on the page. I want to set the background for this section to what ever I want.
(@bkno)
9 years, 12 months ago
Each section has a unique ID, inspect the element to discover what it is then style it via CSS:
#builder-section-1427125243113 { background: red; }
I’d really like to see per-section customisations built into the Make section builder. Setting font and background colour would be great.
(@emdashing)
We’re working on it, thanks for the suggestion. ??
And bkno is correct. You’ll need to use Firebug or something similar to find the Builder section ID#.
(@jfrankparnell)
9 years, 11 months ago
Much better than per-section styling would be the ability to add per-section classes to the div. I think that is what is missing, the most.