Rounded Corners for Carousel Block?

Darter02Darter02 Registered Users Posts: 947 Major grins
edited January 5, 2015 in SmugMug Customization
Is there a way to round the outer corners of the carousel block? I've tried this code, but no dice.
/*Round Corners Carousel*/
.sm-page-widget .sm-page-widget-carousel {     
    border-radius: 10px;
 }

Test Page

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited January 5, 2015
    Play with this. It's the background that takes the radius, the show is an object.

    .sm-page-widget-carousel {
    padding: 5px;
    background: red;
    border-radius: 20px !important;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Darter02Darter02 Registered Users Posts: 947 Major grins
    edited January 5, 2015
    Cool beans! Thanks!
Sign In or Register to comment.