Fone Posted June 29, 2023 Share Posted June 29, 2023 (edited) Hi, so i'm trying to add some product short descriptions to the products i've been adding lately, when you enter to the page of any product it shows all the info i want but the issue is before opening the product page, it doesen't matter how many times I write the info or save it, it just doesen't appear. Does anyone know a solution to this?Thanks! The web link is ideesvisuals.es/patinslovers/ Edited June 29, 2023 by Fone Included page link and corrected some errors (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted June 29, 2023 Share Posted June 29, 2023 In file custom.css you have: .js-product-miniature .product_desc .product-desc p { font-size: 12px; color: #8c8c8c; line-height: 25px; padding: 15px 0; margin: 0; display: none; } just remove display: none; Link to comment Share on other sites More sharing options...
Fone Posted July 5, 2023 Author Share Posted July 5, 2023 On 6/29/2023 at 1:11 PM, endriu107 said: In file custom.css you have: .js-product-miniature .product_desc .product-desc p { font-size: 12px; color: #8c8c8c; line-height: 25px; padding: 15px 0; margin: 0; display: none; } just remove display: none; Hi, thanks for your response! But when clicking to see the code of the short description I've noticed that the products that show it's description have the text inside a <div> and the ones who don't inside a <p>, even tho, when changing the tag from one to another nothing changes. Am I doing anything wrong or maybe it is something apart? Link to comment Share on other sites More sharing options...
endriu107 Posted July 5, 2023 Share Posted July 5, 2023 I didn't see any changes in source code of your store. Link to comment Share on other sites More sharing options...
Fone Posted July 13, 2023 Author Share Posted July 13, 2023 On 7/5/2023 at 8:01 PM, endriu107 said: I didn't see any changes in source code of your store. Hi, I don't know why but i've tried again changing the html tags and ithis time worked, at the end I've decided to hide all short descriptions by puting the text inside a <p>, but in case you want them to show you only have to put the text in a <div>, it worked for me, so it should work for everyone. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now