This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Olga Barlow
Hi,
Where can I change the styling of the variable product attributes? The titles are currently very small and close to the attribute selection and I cannot find where to change
Hello,
You are using additional plugin to add these options, that’s why you have such issue with styles.
Go to Theme Options > Styling > Custom CSS and add the following code to fix it
.product-information table.variations td.label .swatchtitlelabel, .product-info-wrapper table.variations td.label .swatchtitlelabel, .product-summary-center table.variations td.label .swatchtitlelabel {
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
color: #313131;
display: inline-block;
margin-bottom: 9px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up