hello, we use the Ethos template in Pro but we do not know why the arrows on some of our carousels lose their design.
We tested with the other three proposed template and we do not have the problem. However, we really want the Ethos template.
Would you have a solution?
I provide you a screenshot of the arrows in question.
Regards.
Hey Paul,
The post carousel gallery plugin on your site is also using slick slider which is used in Ethos template and the ethos arrows are overriding the gallery arrows. Please add this code X > Theme Options > CSS so that the plugin’s arrow will be displayed and not the Ethos default arrows:
.sp-post-carousel-pro-section .slick-arrow:before {
display: none !important;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.