Options

Don't Border around profile Photo

mountaindewmountaindew Registered Users Posts: 58 Big grins
edited August 13, 2013 in SmugMug Customization
Hello

I like new SM Profile Photo section and I don't want the rectangle border(white color) around my profile photo .Can I get rid of this please ?

Do I need to put anything in CSS to avoid it ?

Thanks

Comments

  • Options
    aschendelaschendel Registered Users Posts: 283 Major grins
    edited August 7, 2013
    This should get you close:
    .sm-page-widget-profile .sm-page-widget-profile-biophoto {
      border-style: none;
    }
    

    I put that in a page css block on a page with the profile container and it took the border off.

    Andy
  • Options
    mountaindewmountaindew Registered Users Posts: 58 Big grins
    edited August 13, 2013
    aschendel wrote: »
    This should get you close:
    .sm-page-widget-profile .sm-page-widget-profile-biophoto {
      border-style: none;
    }
    

    I put that in a page css block on a page with the profile container and it took the border off.

    Andy

    Thank you very much Andy . It helps thumb.gif. Appreciate it . clap.gif
  • Options
    Darter02Darter02 Registered Users Posts: 947 Major grins
    edited August 13, 2013
    Cool beans! I didn't even know I wanted that too...
Sign In or Register to comment.