Hi,
I created a shipping page and the shipping price chart i dont see any lines. Who knows how to add the grid lines? thank you
URL:
https://minidrago.com/pages/shipping-policy?_pos=5&_sid=e11f87ac3&_ss=r
Solved! Go to the solution
Please add the following code at the bottom of your assets/theme.css file.
th, td {border: 1px solid #000 !important;}
Hope this helps.
Thanks!
This is an accepted solution.
@DELONG_HUANG
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.scrollable-wrapper td, th {
border: 1px solid #ccc !important;
}
User | Count |
---|---|
442 | |
203 | |
103 | |
96 | |
90 |