Hello,
I got the following problem. If I click on the Details, washing instructions or the size chart the font somehow get bold. If I click on it again it gets normal. I don’t know why. How can I change it that it stays bold?
Font weight on product detail tabs (“Details,” “Washing instructions,” “Size chart”) toggles between bold and normal on click; requester wants the labels to remain bold.
Proposed fixes:
Notes:
Hello,
I got the following problem. If I click on the Details, washing instructions or the size chart the font somehow get bold. If I click on it again it gets normal. I don’t know why. How can I change it that it stays bold?
hi @Jokerdomme
share website url.
Hello @Jokerdomme
Add this below code in theme.scss.css at the bottom of the file
span.station-tabs-tabtext {
font-weight: 600;
}