CSS Help For SP Onepager - Question | JoomShaper

CSS Help For SP Onepager

nagesh

nagesh

Template 1 month ago

Need help to change all yellow to Red including the menu item.

And all black background to grey including menu.

Thanks

www.chahayans.com for some reason this url is not shown even after adding in user dashboard.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #226133

Hi Nagesh,

you have to change color code value used for --sppb-primary

Go to SPPB Settings > Color Library (tab) > find yellow and change to red

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #226134

The only bg back color I see is at the footer. For that, you have to use Custom CSS

#sp-footer {background-color: gray !important;}

0