Using the default postion for social icons in the Helix Ultimate template, ther is not possible to hide unwant social. all I require is FB and IG.
if I remove the # symbol from some then Joomlashaprer appear byu default (bad) if I add # only then I still see the social icons that I do not want on my site. top header.
adding display none to a specicil icon that only hide the icon and leave gaps between other icons
example only
.fa-flickr:before {
display: none;
}
.fa-dribbble:before {
display: none;
}
One would expect that an no URL added would render the icon hidden and move wanted icons to left with no gaps.
How do we hide the unwant social ison with out using custom css whihc is not efective