I’ve been trying to edit text css on Single Product page to no avail esp. for the Product title.
I’ve done this on my child theme css
/*
Theme Name: OTC Xstore
Theme URI: https://www.8theme.com/
Description: XStore Child Theme
Author: 8theme
Author URI: https://www.8theme.com
Template: xstore
Version: 1.0
Text Domain: xstore-child
*/
/* Single Product Page Text */
.product_title {
font-size: 12px !important;
margin-bottom: 0.2em !important;
}
.product-subtitle {
font-size: 1.2em !important;
margin-bottom: 2.2em !important;
color: #666666 !important;
}
Product Subtitle was changed but the Product title i can’t edit the text size.
Can you check my css please?
Link attached on private content.
Thanks