Modification To The Nuron Template - Question | JoomShaper

Modification To The Nuron Template

P

Pio

Template 1 year ago

Hi, I'm using the Nuron template on the test site https://www.geneticafacile.it/test/. I would like to remove the geometric shapes that overlap the bottom of the site https://ibb.co/SVPf6kg . How can I do?

Thanks Pio

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #160943

Hi there!

Thanks for reaching out.

Please use the following code in your custom CSS:

#sp-footer .container-inner:before, #sp-footer .container-inner: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
P
Pio
Accepted Answer
1 year ago #160945

Hi Rashida, thank you for your answer. It works perfectly.

Best Regards Pio

0