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

Adding Carousel Image Border CSS Affects Individual Portfolio Pages

Home / Forums / Virtue Theme / Adding Carousel Image Border CSS Affects Individual Portfolio Pages

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 20, 2018 at 6:39 am

Hi,
I’ve added CSS to create a Border around the Carousel Images here:
BUT, this has the following unintebded effect on each Individual Portfolio Page of which I have eight, on these Portfolio Pages it is placing vertical lines through the middle of each Image, see here:
The CSS used is:
.lightboxhover {
border-style: solid;
border-color: #81d742;
border-width: 6px;
}

.piteminfo {
border-top-style: solid;
border-top-width: 6px;
border-top-color: #81d742;
border-right-width: 6px;
border-right-style: solid;
border-right-color: #81d742;
border-left-width: 6px;
border-left-style: solid;
border-left-color: #81d742;
}
Please advise, thank you.
Cheers

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