This topic has 2 replies, 2 voices, and was last updated 2 months, 2 weeks ago ago by Tony Rodriguez
How I can Customize this Section in Single Product Page. Please Let Me Know How I can Change The Color of Review Button.
Hello, @Mirza Ahtsham,
Thank you for choosing XStore as your WooCommerce WordPress theme.
Please follow the instructions below to update your single product tabs and add custom CSS to your website:
1. **Updating Single Product Tabs:**
– Navigate to **XStore builders > Single Product Builder via Elementor**.
– Select **Edit Template**.
– Proceed to **Edit Single Product Tabs**.
– Add or modify tabs as required and ensure to update the changes.
– For your reference, an image has been provided in the private content area.
2. **Adding Custom CSS:**
– Go to **XStore > Theme Options > Theme Custom CSS > Global CSS**.
– Please insert the following CSS code:
.form-submit input[type=submit] {
background-color: var(--et_btn-dark-bg-color) !important;
border: 1px solid var(--et_btn-dark-br-color) !important;
color: var(--et_btn-dark-color) !important;
}
/* On Hover */
#commentform input[type=button]:hover, .btn-black:hover, .btn.black:hover, .form-submit input[type=submit]:hover {
background-color: var(--et_btn-dark-bg-color-hover) !important;
border-color: var(--et_btn-dark-br-color-hover) !important;
color: var(--et_btn-dark-color-hover) !important;
}
Should you require any further assistance or have any queries, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up