Aktyva
April 20, 2024, 11:17am
1
Hi there,
I added a table in the “description” section and would like to change the border colours so they are invisible (ie. colour them in white).
I found this CSS code on this forum, but I do not know where to find the information to “call” the table so it applies to it:
td {
width: 100%;
border-collapse: collapse;
border: 1px solid white;
}
Could you please help me?
Here is the link to the product page: https://www.aktyva.com/collections/tennis-machines-equipment/products/elite-2-pack
Thank you for your help,
Greg
Hi @Aktyva ,
Try adding below css to theme.css file.
.product-block .table-wrapper table {
background: none !important;
}
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
1 Like
Hello @Aktyva
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css or theme.css
Step 3: Add code
.table-wrapper > table {
background: unset;
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
Aktyva
April 20, 2024, 1:02pm
4
Hi, thank you very much for your help! That worked
Aktyva
April 20, 2024, 1:03pm
5
Hi, thank you very much for your help!