Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #728728

    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?

    #728730

    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

    #728734

    View post on imgur.com

    (Ignore empty box on top – it’s their old site & a slide show is missing.)

    Thank you!

    #728737

    PS They just purchased the theme, I’mm installing the license right now.

    Thanks

    #728826

    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

    #729114

    Thanks very much, that was perfect!

    Nancy

    #729263

    Hi Nancy,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.