Rounding the Corners of the Profile Widget's Photo?

Darter02Darter02 Registered Users Posts: 947 Major grins
edited April 29, 2016 in SmugMug Customization
I tried using this CSS to effect. This was hopefully going to round the corners of the square photo that is used in the Profile Widget. No dice...
.sm-page-widget-profile .sm-page-widget-profile-biophoto {
  border-radius:8px;
}

Anyone have the code?

Comments

  • Darter02Darter02 Registered Users Posts: 947 Major grins
    edited April 29, 2016
    Also, any clue as to how to target the color of the text would also be greatly appreciated.

    i-RspTPhD-XL.jpg
  • Darter02Darter02 Registered Users Posts: 947 Major grins
    edited April 29, 2016
    I found that this rounds the profile photo but not the cover photo.
    .sm-page-widget-profile-v2-biophoto {
        border-radius:8px;
    }
    
    .sm-page-widget-profile-v2-coverimage {
        border-radius:8px;
    }
    

    i-KMLzPqc.jpg
  • photoclickphotoclick Registered Users Posts: 278 Major grins
    edited April 29, 2016
    where is the page you are referring to?
  • Darter02Darter02 Registered Users Posts: 947 Major grins
    edited April 29, 2016
    It's not viewable. I'm experimenting with some ideas of how I want to redo my homepage on a private page. Do I need to get the specific ID number for the background image and text?
  • Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited April 29, 2016
    You could try this
    div.sm-page-widget-profile-v2-coverimage > div{
    border-radius: 8px !important;
    }
    

    This because you need to reach the div below the div with the class sm-page-widget-profile-v2-coverimage - at least when I look at it at my page :)

    Best of luck

    Lille Ulven
    https://www.lilleulven.smugmug.com - The Photos of my travels
  • Darter02Darter02 Registered Users Posts: 947 Major grins
    edited April 29, 2016
    THAT DID IT! You rock! Thanks!
  • Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited April 29, 2016
    You're welcome, Darter02 - glad it worked.

    Have a great weekend (of celebrating rounded corners :D)

    Lille Ulven
    https://www.lilleulven.smugmug.com - The Photos of my travels
Sign In or Register to comment.