Add a drop shadow to revolution slider buttons

Hello,

I am trying to add a drop shadow to the buttons on revolution slider. I’ve tried adding css through the revolution slider module in the layer area, but no luck.

Can you assist?

Thank you,
L

Hi There,

Thanks for posting in! To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.rev_slider .rev-btn {
    box-shadow: 1px 2px 5px rgba(0,0,0,0.5) !important;
}

Hope this helps.

Thank you!

You’re most welcome!

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