Best Practices To Add Custom Styling On Multi-components Website - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Best Practices To Add Custom Styling On Multi-components Website

J

jan95

Template 3 years ago

Hello, i am customizing my website which using many extensions (easysocial, discuss, .. jreviews). i'd add custom css lines in one override.css file, i was wondering what are the best practices and things to avoid in this case, should i for example add all the custom codes into the helix template panel ? use the override file ? add customization in each component instead panel ?

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #80321

Hello janyour

Please take a custom.css file (use the exact name) under templates/shaper_helixultimate/css folder. Then write all your CSS in that file.

Best regards

0
J
jan95
Accepted Answer
3 years ago #80327

Thank you, i add an override.css file into css folder and add a call into template code area (before header) : <link href="/templates/finion/css/override.css" rel="stylesheet" />

is this way correct ?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #80332

If I may....

yes, this is also fully correct.

0
J
jan95
Accepted Answer
3 years ago #80338

The problem is with custom.css not all css code is applied, i dont know why ! when i used override it work

0