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
Site URL: hiddenHello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.