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 arrows

Home / Forums / Pinnacle Theme / Slider arrows

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
September 17, 2015 at 9:21 am

Hello,

I have tried all that I am able to… but I do not understand why on the page ( :
1. with a width > 992px, only one slider arrow displays (left arrow of the first slider) => how to display the other arrows ?
2. with a width < 992px, three slider arrows display => how to display the last one ?

What a mystery :/ and thxs for your help

Here my code :

/** ARROWS **/
.kt-icon-arrow-left:before,
.icon-arrow-left:before {
content: "e3b7";
}
.kt-icon-arrow-right:before,
icon-arrow-right:before {
content: "e3b5";
}
.prev_carousel {
left: 55px;
}
.next_carousel {
right: 55px;
}
.next_carousel, .prev_carousel {
font-family: kt-icon;
color: #000;
background: transparent;
line-height: 0px;
font-size: 45px;
opacity: 1;
}
a#prevport-product, a#prevport_product:hover,
a#nextport-product, a#nextport_product:hover {
color: #000;
opacity: 1;
}

.carousel_outerrim:hover .next_carousel, .carousel_outerrim:hover .prev_carousel,
.carousel_slider_outer:hover .next_carousel, .carousel_slider_outer:hover .prev_carousel {
color: #000;
opacity: 1;
}

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