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

Flex Slider arrow buttons

Home / Forums / Pinnacle Theme / Flex Slider arrow buttons

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
September 25, 2018 at 1:56 pm

On the mobile platform, I do not like the big dark arrows on either side of the flex slider, that is at the top of my home page, as they interfere with the menu icon. Is there a way to turn off the arrows? Mobile format is the problem, it looks good on a desktop…

site in question is http://www.macadamgrinding.com

I tried searching the forum and came across this post: I tried entering the code but the arrow buttons did not go away. Do note that I am using custom css code already to get Gutenburg photos to center correctly in max width. My code looks like this:

.main:not(.kt-sidebar) .entry-content .alignwide {
max-width: none;
}

@media
(max-width: 992px) {
.flex-control-nav {
display: none;
}
}

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