Solved

Impulse Theme - Change Table Border Colour

Kaisa
Tourist
12 0 5

Hi!

 

I'm looking to change the colour of the border - it is currently almost invisible with the background colour:

Kaisa_0-1627871902747.png

I wasn't sure where in the code to look for the colour change? Looking to change it for all pages.

Thanks!

Accepted Solutions (2)
dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@Kaisa 

Please add the following code at the bottom of your assets/theme.css file. 

 

td, th {
    border: 1px solid #000 !important;
}

 

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

 

hello @Kaisa 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

td, th {
    border: 1px solid #ffffff !important;
}

 

View solution in original post

Replies 6 (6)

dmwwebartisan
Shopify Partner
12282 2546 3694

@Kaisa 

Please share your shop URL !

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Kinjaldavra
Shopify Partner
2302 570 1422

hello @Kaisa 


Please provide the website URL and if your store is password protected then also provide a password So I will check and provide a solution here.

Kaisa
Tourist
12 0 5

Of course - you can find table here (disregard the low quality images, it's totally under construction!) https://sophiaandpilar.com/pages/fit-and-size-guide

PW is Modesty2020!

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@Kaisa 

Please add the following code at the bottom of your assets/theme.css file. 

 

td, th {
    border: 1px solid #000 !important;
}

 

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

 

hello @Kaisa 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

td, th {
    border: 1px solid #ffffff !important;
}

 

Kaisa
Tourist
12 0 5

Both working wonderfully! Thanks!