This topic has 6 replies, 2 voices, and was last updated 11 months ago ago by Tony Rodriguez
Hi, when i put
/* Product title */
.product .et-product-height-calculated .product-details .product-title{
line-height:15px;
text-align:left;
}
in the theme custom css for global, the line height etc.. are not changing.. when i try to use yellow pencil, it changes but it does not reflect when updated. https://prnt.sc/SvfAukrkTVQx
Hello, @nixatsnow,
Thank you for contacting us and for using XStore.
We would like to inform you that if you desire to select the method by which each product title is truncated on the shop page or archive page, you may do so by following these steps:
1. Go to “XStore” in your dashboard.
2. Proceed to “Theme Options.”
3. Click on “WooCommerce,” then navigate to the “Shop” section.
4. Under “Product Design,” locate “Title Limitation Type” and “Lines Number.”
5. Adjust the settings according to your preferences.
6. Ensure to click “Publish” to save the changes.
For your convenience, we have provided an image to guide you through this process. https://ibb.co/pKdD3fH
We trust that this will address your concern. Should you require any further assistance, please do not hesitate to contact us.
Best Regards,
The 8Theme Team
this is completely irrelevant and does not have anything to do with the original question i have asked… please re read my original question.. i am not looking to limit the product title either by characters nor limit them by line…. i need to adjust the line height between each line from this https://prnt.sc/kGgiVFBJqWdD to this https://prnt.sc/SvfAukrkTVQx
Hello, @nixatsnow,
Thank you for your response.
We apologize for any inconvenience caused. We now have a clear understanding of the issue you are facing. To assist you further, could you kindly provide us with the URL of the page where you wish to modify the line height of the product title? This will enable us to review the matter and supply you with the appropriate CSS code to address your concern.
Thank you for your cooperation and we look forward to hearing from you soon.
Best regards,
The 8Theme Team
Hi, the website in question is https://northbayinventory.com/
just looking to make the product titles line height in the shop page closer to each other https://prnt.sc/QnZlrsVIMWGF
Hello, @nixatsnow,
Thank you for your response.
1) If you wish to “Change Shop page product titles line-height” You can change the height as you desired, please follow these steps:
a) Navigate to XStore >> Theme Options >> Theme Custom CSS >> Global CSS.
b) Replicate the following CSS code into the designated location.
.woocommerce-shop .content-product .product-title {
line-height: 1 !important;
}
For a visual reference, please consult the image provided at the following link: https://imgur.com/a/UizYJfv
Yours Sincerely,
The 8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up