Allura Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Allura Template

M

Matteo

Template 2 years ago

Hi, I should replace all the yellow elements with another color, from the management panel SP Page builder doesn't accept the change, I was thinking of doing it with an import of the setting.json file, but I can't find the entries and the corresponding color

0
2 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #132861

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue? You can use custom CSS also.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #132862

Hi Matteo,

try global Custom CSS:

#sp-logo #offcanvas-toggler {background: pink; }
.sp-megamenu-parent > li > a::before,
body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, 
body .btn.sppb-btn-primary, 
body .btn.btn-primary,
.subscription-form .sppb-form-builder-btn .sppb-btn.sppb-btn-default,
.testimonial-style1 .sppb-testimonial-pro-arrow-wrap .sppb-carousel-control,
.sppb-addon.sppb-addon-popover .sppb-popover-ripple-effect::after,
.sppb-addon.sppb-addon-popover .sppb-popover-ripple-effect::before,
.sppb-addon.sppb-addon-popover .sppb-marker {background-color: pink !important;}

whole rest should be from addon settings.

0