Hi All, I have some issue with the variant on brooklyn theme,
I would like to change the variant font size (“Size” and "Color) Only
There is some weird hover border with round corner appearing when i click on an option from the variant, I want to remove it and make it the same as the border below.
I want to change the link background color to black instead of blue. Besides the dropdown border appears to be dark grey i also want to change it to black instead matching the main border color.
I am using an app call variant swatch king for the variant hence it had become like that, but now here’s an issue after i used the app, i don’t know where to edit the code even after i copied the code from inspect to my theme.css it is still not working, what I want to do is like below:
I want to change the variant title font size and weight (not bold)
The dropdown hover border issue still occurs and the font size for “SMALL” is bigger on mobile which i dont want
I want the dropdown border to be the same length as the “add to cart” button below
I want to remove the " - Brown Corduroy" words beside COLOR
I want the title to remain the same even before selecting any color because it will say “Select a Color”
When i click the dropdown button the link color is blue i want it to be black
Please add the following code at the bottom of your assets/timber.scss.liquid file.
.swatch-label {
font-weight: normal !important;
font-style: normal !important;
text-transform: lowercase !important;
}
@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px){
.swatch-drop-down {font-size: 11px !important;}
}