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

text color and background in fullwidth sliders

Home / Forums / Virtue Theme / text color and background in fullwidth sliders

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
April 9, 2018 at 10:55 pm

traverse-pc.com

I added the following code to our full-width sliders based on a resolved thread, which does change the captiontitle and captiontext to black, but I don’t get any background.

.home .captiontitle {
background: #f5f5f5;
color: #000000;
border-radius: 5px;
padding: 20px;
font-family: sans-serif !important;
}
.home .captiontext {
background: #efefef;
color: #000000;
border-radius: 5px;
padding: 10px;
font-family: sans-serif !important;
}

If I use .home .captiontitle p {} I get a background on the captiontitle of the first slider only and none on the captiontext.

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