My customer wants to create rounded corners and drop shadows on rows on site pages. Would this require custom CSS? Or is there a way in the Advanced Layout Builder?
Hey nancyT!
Can you please post a screenshot showing the changes you would like to make so we can make sure to provide you an accurate solution? :)
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
Yigit
(Ignore empty box on top – it’s their old site & a slide show is missing.)
Thank you!
PS They just purchased the theme, I’mm installing the license right now.
Thanks
Hi,
Please turn on the custom css class field then add a unique class attribute (use “shadow-box” for example) to the elements where you want the shadows and corners to appear. Add this css code in the Quick CSS field.
.shadow-box {
border-radius: 10px;
box-shadow: 0 0 10px grey;
padding: 20px;
margin-bottom: 30px;
}
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Thanks very much, that was perfect!
Nancy