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.
See pics here: http://ge.tt/4bNYkUo2
Can you let me know how I can style the Slider tab list for mobile/smaller devices separately?
To be clear: I’m happy with the styling for desktop/large screens, but I want to modify the styling for mobile.
Thanks in adv!