Change Module Css Within Custom Css - Question | JoomShaper

Change Module Css Within Custom Css

J

Jürgen

Helix Framework 2 weeks ago

Hello, I want to change css from a module (JEM Banner Module). I have copied this:

sp-left .sp-module, #sp-right .sp-module {

border: 0px ; }

into the helix ultimate template custom css - to change the border to 0px. Without success.

Any idea?

Greetings, Jürgen

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #154242

Hi Jurgen,

In template Options > Custom code > Custom CSS paste that

#sp-right .sp-module {
  border: 0 !important;}

it will work. Yes, I can add it too

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #154237

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
J
Jürgen
Accepted Answer
2 weeks ago #154243

OK. I'll wait. I'm curious.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #154244

I know why your CSS code didn't work, you had few mistakes in your custom CSS syntax , like not closed "}" or extra "/" .

Next time, I suggest copy custom CSS from your field and put it CSS Validator to check basic mistakes. And yes, we all make mistakes, but there are online tools to help us correct them.

Now no border. Have fun!

0
J
Jürgen
Accepted Answer
2 weeks ago #154246

Thank you very much for your help and your valuable tip! I thought something was wrong here......

One more question: Which CSS validator would you use?

0