- V3 Knowledge Base
- Internal Knowledge Base
- Commerce AI
How to update the paginated bullet color on Commerce AI
Place this code in Popup CSS:
.swiper-pagination-bullet{
background-color: crimson!important;
}
Update the CSS color name using a color mentioned in this list.