Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1065368

    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,

    #1065573

    Hey asolleux,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1065592

    Hello,

    Here you go,

    Best,

    #1065599

    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

    #1065874

    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

    • This reply was modified 5 years, 9 months ago by asolleux.
    #1065991

    Hi,

    On mobile, or both mobile and desktop? Please screenshot where you would like it removed.

    Best regards,
    Jordan Shannon

    #1065997

    Hi,

    On both mobile and desktop.

    icons to remove

    The icons i’d like to remove are the 3 little one, on the bottom right corner (Youtube, Linkedin, Twitter).

    Best,

    #1066054

    Hi,

    I see. Add this to quick css:

    footer .noLightbox.social_bookmarks.icon_count_3{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1066361

    Hi Jordan,

    It worked well,
    Thank you for your help :)

    Best,
    Augustin

    #1066566

    Hi,
    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide social icons from footer’ is closed to new replies.