Options

Removing the social icons on one page only

trainphotographytrainphotography Registered Users Posts: 8 Beginner grinner
edited August 17, 2015 in SmugMug Customization
Hello

I need a page without the social icons. I do not want every page to not have the social icons, but just this one single page.

This is the page: http://www.trainphotography.net/Other-Project/Home

I removed the menu and logo using this CSS that another forum member gave me but can not get the social icons to go away.

Please help!


Thank you

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited August 17, 2015
    This CSS is specific for this page and removes the logo widget.

    .sm-page-node-c5ZxBH .sm-page-widget-10244661 {display:none}


    Using Firefox and Inspect Element found these.

    <body style="" class="sm-user-professional sm-user-loggedin sm-page sm-page-node sm-page-node-c5ZxBH sm-page-parentnode-nJ2dpM sm-page-parentnode-qhjpFB sm-page-hasbackground sm-page-initialized">

    <div id="sm-page-widget-jgr4ghhf" class="sm-page-widget sm-page-widget-sociallinks sm-page-widget-10244661" data-typeid="10244661">
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    trainphotographytrainphotography Registered Users Posts: 8 Beginner grinner
    edited August 17, 2015
    Allen wrote: »
    This CSS is specific for this page and removes the logo widget.

    .sm-page-node-c5ZxBH .sm-page-widget-10244661 {display:none}


    Using Firefox and Inspect Element found these.

    <body style="" class="sm-user-professional sm-user-loggedin sm-page sm-page-node sm-page-node-c5ZxBH sm-page-parentnode-nJ2dpM sm-page-parentnode-qhjpFB sm-page-hasbackground sm-page-initialized">

    <div id="sm-page-widget-jgr4ghhf" class="sm-page-widget sm-page-widget-sociallinks sm-page-widget-10244661" data-typeid="10244661">



    It worked perfect. Thank you!
Sign In or Register to comment.