NURON - Manage Footer Elements - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

NURON - Manage Footer Elements

E

Emanuele

Template 3 years ago

Hi, how can I manage Nuron footer images: footer-shape-1.svg and footer-shape2.svg? I've found the first in template.css but I can't find the second anywhere. I'd like to remove both of them. Thank you. ET

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #73340

Hi there!

Thanks for your query.

Did you mean this one? https://prnt.sc/D45YDWTplzyQ

Here is the code responsible for the image:

#sp-footer .container-inner:before {
    content: url(../images/footer-shape-1.svg);
    }

Please use this code in your custom CSS to replace the image with your own. You need to upload your desired image through the media first and then copy the image URL and paste in the above code.

If you want to remove then use the following code snippet instead:

#sp-footer .container-inner:before {
    content: none;
    }

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Hope this helps!

Best Regards

0
E
Emanuele
Accepted Answer
3 years ago #73349

Hi, thank you for your answer but I need to remove the bottom-right footer image: https://prnt.sc/5OlOx6V01Fy3 Thank you. ET

0