Tagged: footer, social icons
Hello,
I would like to hide/remove the social icons from the footer. I only want to show a link to my legal mentions.
Best,
Hey asolleux,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen and (min-width: 767px) {
#av_section_4 .avia-icon-grid-container{
display:none!important;
}}
Best regards,
Jordan Shannon
Hi Jordan,
Thank you for your answer,
I added the quick css, however it’s seems not to work.
Any other fix maybe ? :)
// EDIT it did work but not on the icon i wanted to hide. The one I wanted to remove were the one one the bottom right corner.
Best,
Augustin
Hi,
On mobile, or both mobile and desktop? Please screenshot where you would like it removed.
Best regards,
Jordan Shannon
Hi,
On both mobile and desktop.
The icons i’d like to remove are the 3 little one, on the bottom right corner (Youtube, Linkedin, Twitter).
Best,
Hi,
I see. Add this to quick css:
footer .noLightbox.social_bookmarks.icon_count_3{
display:none!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
It worked well,
Thank you for your help :)
Best,
Augustin
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon