This topic has 4 replies, 2 voices, and was last updated 1 months, 2 weeks ago ago by Rose Tyler
Hello,
I’m losing a lot of sales because I don’t have the option to change the color and the size of the forms and drop-down menus on my product page. People cannot see it. I have looked everywhere but there doesn’t seem any proper way to change it unless it’s CSS but where?
Hello, FMiMBranding,
Thank you for reaching out to us with your concern.
We recommend that you input the following code by navigating to Theme Options, then to Theme Custom CSS, and finally selecting Global:
.single-product form.cart table.variations th.label label {
font-size: 30px;
line-height: 1.3;
}
.single-product form.cart table.variations td.value select {
font-size: 30px;
line-height: 1.3;
}
https://prnt.sc/dWpaKgLqRVwU change 30px to the desired value.
Best Regards,
8Theme’s Team
Got it. And what about changing the colors and the size? Is it the regular code set?
Hello, FMiMBranding,
Please read these articles- https://www.w3schools.com/css/css_colors.asp https://www.w3schools.com/css/css_font_size.asp https://www.w3schools.com/css/css_intro.asp
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up