Site Not Responding To Custom Css Changes - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Site Not Responding To Custom Css Changes

DS

Develop Athens SA

Helix Framework 3 years ago

Hi,

I'm using Helix Ultimate latest version with Joomla 4 and I'm having trouble forcing my css to the template.

To give you an example, I'm trying to alleviate the body padding using:

sp-main-body {

padding: 0px !important;

} and still the template.css superceeds my changes. View an example of this problem in the link below.

Any idea on what I'm doing wrong?

Thanks!

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #64617

Hi,

The correct CSS code is:

#sp-main-body { padding: 0 !important;}

But inside your custom CSS you made a mistake that locks all styles.

REMOVE THAT 1st LINE

cursor: pointer !important;

it has wrong syntax.

foto_8194_2022.jpg

1
DS
Develop Athens SA
Accepted Answer
3 years ago #64623

OMG you are right!!!

Sorry and thanks very much!!!

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

you're welcome.

Please mark topic as solved.

0