Hi there,
I’ve successfully styled the Slider tab list with the following:
.grid-item-tit, .product-caption-title, .bm-tab-slider-trigger-tilte {
font-family: ‘ExecutiveRegular’, sans-serif !important;
letter-spacing: -2px;
font-size: 38px;
}
You’ll see I set the font size (I see it at this size on larger devices) and letter-spacing. However, when the site responsively adapts for mobile, the Slider tab list text size is too small and the letter spacing (which is needed for the widely spaced Executive font) is too tight.
Can you let me know how I can style the Slider tab list for mobile/smaller devices separately?
Thanks in adv!