The tab color for the Featured Content Carousel is white. Is it possible to change the tab from white to black. Here is an example where the white tab cannot be seen on the right side of the image.
The tab color for the Featured Content Carousel is white. Is it possible to change the tab from white to black. Here is an example where the white tab cannot be seen on the right side of the image.
When configuring the Featured Content Carousel, under the Design and Custom Features tabs, there is an option for Default Color Palette. The font color displayed for each option will also be the color of the navigation icons presented in the Featured Content Carousel.
Hi, Tom Paolucci . Since we are using photos only in this featured carousel, would we still have the capability to choose the different color?
Howdy oloera - It does appear that the font/icon color defaults to white when a photo is selected for the Featured Content Carousel. I would believe this could be changed using CSS, but I will have to check with folks here to confirm.
oloera , Tom Paolucci is correct that this can be overridden with CSS.
I would recommend adding an overrides.css file to your community (if one doesn't already exist).
Then you can use the following to override the slider arrows:
.content-fragment.featured-content-carousel .slider-container .feature-navigation .navigation.next, .content-fragment.featured-content-carousel .slider-container .feature-navigation:hover .navigation.previous { color: rgb(r#,g#,b#) !important; }
Thank you. We will give that a try.