Shopify themes, liquid, logos, and UX
Question:
I'm using the Wokiee - Multipurpose Shopify Theme, and I can't get the borders of my tables to show on my product pages. The table looks unstructured and unprofessional, which is really affecting conversions.
I've tried adding basic HTML tables in the product description, but the borders just won’t appear. I've also attempted adding custom CSS, but no luck.
Has anyone faced this issue with Wokiee before? Any insights or fixes would be greatly appreciated!
EXAMPLE: https://queerintheworldshop.com/products/jockmail-classic-low-waist-swimmers
Hey @QueerInTheWorld,
Based on the example page you shared, I can help you fix the table borders in your Wokiee theme. Looking at the HTML structure, I notice the tables are embedded within the product description and here's how to fix this:
Add this CSS to your theme's custom CSS section (Online Store > Customize > Theme settings > Custom CSS) or base.css:
.tt-collapse-content table { width: 100%; border-collapse: collapse; margin: 20px 0; } .tt-collapse-content table th, .tt-collapse-content table td { border: 1px solid #e9e9e9; padding: 12px; text-align: left; } .tt-collapse-content table th { background-color: #f8f8f8; font-weight: bold; } .tt-collapse-content table tr:nth-child(even) { background-color: #fafafa; }
This CSS will:
The key was targeting the tables specifically within the .tt-collapse-content class, which is where Wokiee renders the product description content. This should resolve the border visibility issue while maintaining a professional look that matches your theme.
Let me know if you've any more questions for us, or you want us to do this for you 🙂 Happy to help.
Cheers!
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Hey @QueerInTheWorld
Some Shopify themes override table styles, making borders disappear. If tweaking theme settings isn’t helping, an easier solution is using a table app that gives you full control over design and structure.
You might want to check out TablePress - Data Tables. It lets you create clean, professional-looking tables without any coding. You can customize borders, adjust styling, and even add sorting features—all from an easy-to-use interface.
iCart Cart Drawer Cart Upsell App
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025