Custom CSS In SP Page Builder Doesn't Work - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Custom CSS In SP Page Builder Doesn't Work

G

gesundheit

SP Page Builder 4 years ago

Hello,

I'm using Shaper Restora template and custom css inside any page builder addon doesn't work, I tried to use !important command aswell, still nothing.

Regards, M

0
4 Answers
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #12055
  1. SP Page builder pro does not have a custom.css file.
  2. But inside SP Page Builder each Page have Options > Custom CSS field OR create/add custom.css file in /css/ folder of your Helix Ultimate template (Shaper Restora),

https://www.joomshaper.com/documentation/helix-framework/helixultimate/custom-code https://www.joomshaper.com/documentation/sp-page-builder/sp-page-builder-3/how-to-tips#documentation-heading-20

0
G
gesundheit
Accepted Answer
4 years ago #12239

I'm asking about Addon Custom CSS field, under the style.. it just won't work, on other templates, it was working well

0
Pavel
Pavel
Accepted Answer
4 years ago #12263

Hi. It does not work, because the addon ID is automatically added to the code entered into this field. That is, at the output you get the wrong selector with a double ID. Do not use the addon ID. In this field, you can only use the classes, which are the children of the add-on ID.

If you need to use the code with the addon ID, place this code at a more global level - in Page CSS, in Template's Custom CSS Field or in Template's custom.css file.

0
G
gesundheit
Accepted Answer
4 years ago #12350

Oh, didn't know about that.. thank you a lot!

Regards, M

0