After Update Sp Page Builder Background Color Appears In Addons - Question | JoomShaper

After Update Sp Page Builder Background Color Appears In Addons

esf

esf

SP Page Builder 1 year ago

Hi, After updating of sp page builder 3.8.10 > 5.3.2 many addons as a background color. See url in hidden content. Could you help me ? Thank you. Best Regads. ESF

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #164861

Ok, in that case let's use Custom CSS for that Page only.

use (Light Grey)

.sppb-addon.sppb-addon-feature
{background: whitesmoke; }

OR (solid White)

#section-id-1512125225832 .sppb-addon.sppb-addon-feature,
#section-id-1538381176611 .sppb-addon.sppb-addon-feature 
{background: white; }

use it in Page Settings > Page CSS (tab) > Custom CSS

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

Hi ESF,

go to Feature addon Settings > Style (tab) > Background Options > And set white as background color, or choose "None" > Save changes. Do that for all addons with doctors.

It should help :)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #164836

Hi

Thanks for contacting us. You can follow this screenshot below:

https://prnt.sc/AETksHoJm4Q_

You can set background color none from there.

-Regards.

0
esf
esf
Accepted Answer
1 year ago #164850

Hello, Thank you for your feedback. I've done this several times but it doesn't change anything. Even if I put the colour white, no colour, there's no change. Thank you for your help. Best Regads. ESF

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

BTW

You could use all Features addons in single Section, using two Sections does not make sense. Less is Better.

0
esf
esf
Accepted Answer
1 year ago #164868

Hello, Thank you for your help. As there are other addons in the site, I put this so that it works without ID numbers: .sppb-addon.sppb-addon-feature {background: white; } Thank you again, it works! Best Regads. ESF

0