Social Media Display Issue - Question | JoomShaper

is live, now with multi-currency selling.

Social Media Display Issue

D

DigitM

SP Page Builder 1 day ago

Hello, Joomshaper Team,

I'm using the “Social Sharing” add-on, and I can't seem to remove the arrows in front of the three social media icons. I'd also like to make them larger... See the screenshot at the link below: https://prnt.sc/fZ0jN9-_AxTU

Thank you for your help. Jack

0
2 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 day ago #234421

Hi,

Thanks for contacting us. You can use this CSS in your custom.css file

.sp-module ul > li > a:before{
display: none !important;
}

.fab, .icon-joomla{
font-size: 20px !important;
}

-Regards.

0
D
DigitM
Accepted Answer
1 day ago #234422

Hi Mehtaz, Thx, you are the best :)

0