Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Slider text drop shadow

Home / Forums / Pinnacle Theme / Slider text drop shadow

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
June 22, 2017 at 2:13 am

Hi Ben, with reference to your reply to John in this thread #118192, is it possible to do the drop shadow on a single slide-by-slide and not site-wide? I have times when I need black text on a white drop shadow. I have tried the text in layers on the slides but the layers randomly swop out their colors especially with multiple slides.

Here is the code you suggested to John:

For all the layers you can use this:

.ksp-layer {
text-shadow: 2px 2px #000;
}

For the buttons on that slide you can use:

.kad-slider-4 .ksp-btn-layer {
background: rgba(0,0,0,.8) !important;
border-color: rgba(0,0,0,.0) !important;
}
.kad-slider-4 .ksp-btn-layer:hover {
background: rgba(0,0,0,.0) !important;
border-color: rgba(0,0,0,.8) !important;
}

Thanks & regards, Janek

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.