PV-Wes Posted July 11, 2021 Share Posted July 11, 2021 Howdy. I'm trying to figure out how to add a short description beneath each product block, between the product name & price. So in this screenshot, for example, I want to add a one-line description beneath "Allergy" so this block reads: Allergy Soothes allergies & inflammation $29.99 The only similar built-in option I can find is to list the full description, which would add paragraphs of bloat per product in this grid. I've tried adding a text block underneath, but it doesn't read well / appears disconnected from the products due to spacing. Any suggestions? Beyondspace 1 Link to comment
tuanphan Posted July 13, 2021 Share Posted July 13, 2021 You can add description then we will use some code to make description shorter. you can add first then share link to page where you added product block. We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Solution PV-Wes Posted October 26, 2021 Author Solution Share Posted October 26, 2021 (edited) On 7/13/2021 at 8:17 AM, tuanphan said: You can add description then we will use some code to make description shorter. you can add first then share link to page where you added product block. We can help easier Sorry, never saw this notification come through for some reason. I figured out what I needed well enough by just adding text blocks below the product blocks, then offsetting those so they were below each product like a makeshift description. Figured I'd add the solution here for anyone looking for the same thing. i.e. #block-yui_[long_block_number_here] { position: relative !important; bottom: 40px !important; } Edited October 26, 2021 by PV-Wes clarification Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment