Resetting SP Page Bulder Add-on Settings Like Font Size, Margins, Etc. To Default Values - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Resetting SP Page Bulder Add-on Settings Like Font Size, Margins, Etc. To Default Values

PH

Peter Hunkeler

SP Page Builder 2 years ago

Hi,

This is the first time I'm using SP Page Builder Pro. Great tool.

I just recognize that I have made a mistake: In too many places, I have set the font size, e.g. in text add-ons, instead of leaving it default and adjust via template font size. Is there a way to easily get rid of al the changes and reset the elements to default?

The same question applies to margins. Can I reset margins off all emenents in some way? I've got the impression that omce I have set a value, simply removing it does not reset to default, but keeps some data.

Regards Peter

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #112941

Hi there!

Thanks for reaching out to us and for your appreciations.

Yes, there is no way to reset them to the default, but you can use custom CSS to apply same value to all of your target contents I think, if this is what you want now.

The following blog post may help to find out the selectors: https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

Best Regards

0
PH
Peter Hunkeler
Accepted Answer
2 years ago #112949

Thanks for the answer

The rules from custom.css will not apply in those cases, because SPPB applies settings like font size via inline style directives, e.g. <span style="font-size: 14pt;">. These have higher priority than anythng else.

Thanks for the link; I do know how to work with the browser developer tools to find what needs to be changed.

0