How to add a border to tables in Streamline theme?

How to add a border to tables in Streamline theme?

YOLO10
Visitor
3 0 0

We're using streamline theme and have various tables throughout our site (product pages / delivery / FAQs etc). How can I add a border to these tables? Thanks

Replies 5 (5)

webwondersco
Shopify Partner
1186 171 174

@YOLO10 Could you please share your store URL? so can check and guide you accordingly. 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
YOLO10
Visitor
3 0 0

Sure, it's https://www.simplyhammocks.co.uk/ Thanks!

webwondersco
Shopify Partner
1186 171 174

@YOLO10 Please add the below line of CSS code at the end of your theme.css file

 

body table, body td{
border:1px solid #000;
}

 

Result:

webwondersco_0-1709723258898.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
YOLO10
Visitor
3 0 0

Thanks! I can see theme.css.liquid - is this the correct place? Thanks

webwondersco
Shopify Partner
1186 171 174

@YOLO10 Yes correct, just paste given code at the end of that file and save

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram