Hello,
I recently added this code in to theme.scss.liquid to make a table in my product description have borders (before none of the tables I inserted have borders):
.product-description table, th, td {
border: 1px solid white;
}
Somehow, it makes the other tables I created outside of product description have borders as well. Particularly on the blog pages where I create recipes using tables to organize the content. But I don't want borders in my recipe blog posts. I tried modifying the html text with this:
<table width="100%" class="no-border unborder">
And also:
<table width="100%" border="0">
But it's still there. I really only want borders for the product description table. How can I fix this?
Web URL: www.nampriksauce.com
Theme: Debut
Solved! Go to the solution
try this code and give me link to your web page, I will check it
.product-description table, .product-description th, .product-description td {
border: 1px solid white;
}
I tried putting that code in and all the borders are gone, including in the product description. So I switched it back to the code I mentioned earlier.
website is www.nampriksauce.com
This is an accepted solution.
try this
.product-single__description table, .product-single__description th, .product-single__description td {
border: 1px solid white;
Awesome. Thank you.
anybody know how to slide logo bar item on mobile and desktop i have 2 rows on mobile i put some code trying to search 3 rows on mobile but cant find it before it was 1 row and what i found is only 2 rows and know im trying to slide my logo bar item with with my mobile 2 rows horizontal and can slide 3 more logo same row anyone could help me about this? thank you!
User | Count |
---|---|
429 | |
200 | |
146 | |
57 | |
44 |