Fusion/SP Page Buillder/about Us/gallery - Question | JoomShaper

Fusion/SP Page Buillder/about Us/gallery

hillary_h

hillary_h

SP Page Builder 1 day ago

Hi, The gallery see image grab here https://prnt.sc/uE0Po5nQzKl_ How do I remove the horizontal lines?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 22 hours ago #220752

Hi,

If it was added by CSS - yes, you can.


In each addon settings find Class name field (at the bottom), and remove that "about-team-style" from it, save changes.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 22 hours ago #220753

OR

Lazy solution for all addons at ones:

.about-team-style .sppb-person-image::after {
  position: relative;
  background: none;
  display: none;}
0