Investa Remove Line In Footer - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Investa Remove Line In Footer

SG

Steven Gourlay

Template 2 years ago

How can you remove the line the cuts across the footer?

0
7 Answers
coconutguy
coconutguy
Accepted Answer
2 years ago #139185

Hi bro, just use:

sp-bottom:after{

display: none; }

Put this in a custom.css file. This section uses an ID not a class. Not sure why the code above is big though !

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #139197

Hi coconutguy,

Thanks for helping:)

There is only a hash missing in your code.

Wishing you good luck:)

0
coconutguy
coconutguy
Accepted Answer
2 years ago #139224

hah yeah, I missed it. thx

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #139336

You are always welcome:)

Have a nice day!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #139196

Hi there!

Thanks for reaching out to us.

Please use the following code in your custom CSS:

#sp-bottom:after{
   display: none; 
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
SG
Steven Gourlay
Accepted Answer
2 years ago #139349

Thank you both very much

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #139372

You are always welcome:)

Have a nice day!

0