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

    Hello!

    Is there a way to hide the social “follow me” icons to the right of the main menu only on one particular page?

    Link is below.

    Thanks in advance for your help!

    #606791

    Go find the site-id and enter css like this:

    .page-id-126 .av-sidebar-social-container {
        display: none;
    }
    #606801

    Hey cherrmann,

    Thanks for the tip, but it doesn’t seem to work, maybe because the container is not in the sidebar but is instead beside the main navigation.

    I thought I had tried this before, but this actually does work: .page-id-36 .social_bookmarks { display: none !important;
    }

    The only thing I need now is to hide the separator that shows to the right of the menu/to the left of the icons. Looks like that may be div.avia-menu av-main-nav-wrap av_menu_icon_beside – any advice on how to construct that selector?

    This does not work: .page-id.36 div.avia-menu av-main-nav-wrap av_menu_icon_beside { display: none !important;
    }, also tried it with # and . in front of div, tried it without div and nothing or . or # in front of .avia-menu…

    Sometimes I can figure these out, sometimes I need a little help, and it looks like I need a little help on this one.

    Thanks!

    #606808

    Hi!

    We cannot see the menu the page is password protected.

    To remove separators got to

    Enfold > Header > Header layout > Separator between menu items > No Separator

    To hide the social icons on only one page replace the xxx in page-id-xxx below with the correct page ID and use the rest of the code as is…

    
    .page-id-xxx .social_bookmarks{
    display:none;
    }
    

    Cheers!
    Vinay

    #606812

    Hey Vinay,

    Thank you for this. I have turned off maintenance mode now so you can see the page– sorry, I forgot that was on.

    Separators between menu items are already turned off.

    Any other suggestions to remove that line on the right of the menu on that page?

    Thanks so much for your help!

    #607140

    Hi,

    Try the following CSS as well:

    .page-id.36 .avia-menu.av_menu_icon_beside {
        border-right-width: 0px !important;
    }

    Best regards,
    Rikard

    #607600

    Hi Rikard,

    Thank you for this– I added it and flushed the cache but I still see the separator line.

    Any other ideas?

    #607606

    Hi!

    Please try using following code

    .page-id-36 .av_menu_icon_beside {
        border: none!important;
    }

    Regards,
    Yigit

    #607611

    Hi Yigit,

    Awesome– that fixed it!

    #607616

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to hide social icons on one page?’ is closed to new replies.