Add gradient background and shadow to section separators

Hello,

Is it possible to add a gradient to top and bottom separators? I’m using “Angle Out” for the top and “Angle In” for the bottom.

I would also like to add a slight shadow along the top separator. Is this possible?

Thank you!

Hi,

To achieve that, add a unique id to your section.

eg. Add my-section

Then use it to add a shadow to your top separator.

Add this code in Cornerstone > CSS

#my-section .x-separator-top-angle-out {
   box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.14);
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.