Changing Page Color Background - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Changing Page Color Background

R

Renor

SP Page Builder 1 year ago

I want to change the color background for one page only (not for the template). I know how to get to the Page Settings and open the css box, but what do I enter in order to change the background color of the whole page to black (#000000) for example? Tks!

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #139760

Hi Renor,

just use your CSS skills, in Page there NO option to switch to black etc.

For example you can use:

body {background: black}

or

#sp-page-builder {background: black}

or

#sp-component {background: black}

0
R
Renor
Accepted Answer
1 year ago #139769

Tks Paul!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #139864

Or set Black background for each Section (Row) separetly from settings, one by one.


You are welcome, please mark topic as solved

0