See original question on post topic: https://www.8theme.com/topic/brand-carousel-one-general-setting-and-not-adjustable/#post-329724
I have now add images to all my brands, and all brands have now and a title and an image.
I used `/*
* Remove Image Founder from Pre Footer Static Block
*/
.brands-carousel .swiper-slide img {
display: none !important;
}
.home .fp-reiki .products-page-brands {
display: none !important;
}` in my custom CSS
I Noticed when I add an image to the brand the title is gone, when I remove the image the title is back again.
In my original post i stated that I want only the title shown in the Brand Carousel, but in the Single Product Page I want the Brand Title and the Brand Image been shown.
I think there is a bug here or made it possible in the widget to choose if title or image need to be shown.