This topic has 4 replies, 3 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
Hi,
1) I want to change the color and text style of Woocommerce tabs.
Color: #2B5F84
Bold
Font: 18px
Please check the pic…
2) I also want to change the color and hover color of woocommerce comment sent button
Color: #2B5F84
Bold
Font: 18px
please take a look at the pic:
Hello,
1) Try to use the next custom CSS code:
.tabs .tab-title {
color: #2B5F84;
font-size: 18px;
font-weight: bold;
}
2) You can change color and bg color via Theme Options > Styling > Dark buttons.
About font:
.single-product .form-submit input[type="submit"] {
font-size: 18px;
font-weight: bold;
}
Regards
Hi, I have changed the dark button color, but the button colors are not changing..
I want to show the comment sent button like this on hover:
Please provide me the css code for it..
Thanks
Hello,
Provide us with correct WP Dashboard access to check the Dark button settings and find out why it does not work for you.
Regards
You must be logged in to reply to this topic.Log in/Sign up