Displaying Icons Groups - Question | JoomShaper

Displaying Icons Groups

D

DigitM

SP Page Builder 9 months ago

Hello, I'm having a problem displaying Groups Icons in the footer: https://prnt.sc/CXWA2-s4_cnj I would like only the symbols (Linkedin, X) to appear and not the line (?) or the arrows... Thank you for your help.

0
1 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 9 months ago #181579

Hi DigitM,

Thank you for reaching out, and sorry for the inconvenience caused.

To address the issue you mentioned with the group of icons, you can apply the following custom CSS:

#sp-bottom1 .sppb-icons-group-list > li > a{
  padding-left: 0px !important;
}
#sp-bottom1 .sppb-icons-group-list > li > a:before {
  display: none;      
}

#sp-bottom1 .sppb-icons-group-list > li{
  border-bottom: none;
  margin: 0 !important;
}

You can refer to this guide on how to use custom CSS in your helix3 template.

Please don’t hesitate to reach out if you have any further questions. I’m here to help!

Best regards

0