Issue With Custom.css - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Issue With Custom.css

L

lukelake

SP Page Builder 4 years ago

Hi, everything works fine in SP Page builder but on the other pages (those not made by SP page builder) the Custom.css file is read before Sppagebuilder.css so every class that I try to change (for example in modules made by sppb) don't work. Custom.css is overwritten by Sppagebuilder.css. I could fix it by myself by editing the index.php and moving Custom.css but I think is not the right solution. Thanks

PS: I'm using Helix Ultimate Template

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #15376

Hi, Helix ultimate 1.1.2 won't be changed in that area, but we can consider changes in Helix Ultimate 2.0

Please put your idea here: https://github.com/JoomShaper/helix-ultimate/issues


as 2nd idea, quick fix. You can:

  1. Rename file from custom.css into (for example) custom-code.css
  2. And load it from Template Options - Custom Code - code inside in < head >

<link href="/templates/THEME-NAME/css/custom-code.css" rel="stylesheet" />

it works, and you don't have to touch any php file

0
L
lukelake
Accepted Answer
4 years ago #15378

Thank you for your support. I've tried to insert the HTML code inside Options - Custom code but the system doesn't permit that. It transforms the tag LINK into L-INK

0
L
lukelake
Accepted Answer
4 years ago #15379

I found the problem: it depends by RsFirewall. Thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #15426

yes, I even informed about this possiblity inside Helix documenation.

0