Addons Icons Group - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Addons Icons Group

&

&Consulting

SP Page Builder 2 years ago

Hello, using Addons Icon group and inserting the link a line appears under the icon. How can it be removed?![](! the icon where there is no link does not appear

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #110984

Hi there!

Thanks for your query.

You may use the following code in your custom CSS to remove the line:

.sp-module ul >li, .sppb-addon-module ul >li {
    border-bottom: none;
}

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

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0