Customization - Custom CSS Item Classes Names

Hello,

I have a photo-box item, containing a picture and my goal is to make picture with rounded edges using border-radius. I am trying to make just this picture with rounded edges and not all pictures with the same class in the site. Thus, I used your custom-class field inside the photo element item, assigned it a name (photo-ourschool) and then went to theme options>custom css to write my css, which was:

.photo-ourschool {
margin-top: 20px !important;
border-radius: 4px !important;
}

Margin-top works just fine but I am unable to make border-radius work also. Could you pls proviide some assistance?
Thanks,
Dimitris



Comments

Sign In or Register to comment.