Hi, I am working on Brooklyn theme and want to change the font size of numbers and letters in tables in the product description (font size is otherwise fine, but information in tables like sizing info gets squeezed too much).
Any tips? Thanks!
Solved! Go to the solution
Please provide website url and if your store is password protected then also provide password
This is an accepted solution.
Hello @Dolochoff
Here is the simplest solution
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
td {
font-size: 10px !important;
}
After you add this code table will look like below image
Man, you are a Wizard with the capital W, it works perfectly! Damn it, you guys will push me into learning to code one day...
Thanks a lot, man!
@Dolochoff Thank you for your words. If possible could you please like my solution
User | Count |
---|---|
558 | |
214 | |
129 | |
82 | |
49 |