Policy page title white out in desktop

Solved

Policy page title white out in desktop

kashco
Explorer
114 1 14

https://kashco-interiors.myshopify.com/policies/shipping-policy

 

 

in desktop: the title seems to disappear (i don't know why) but I want to appear like it does in the mobile view. Please help. It seems to be affected for all policy pages. 

Accepted Solution (1)

GTLOfficial
Shopify Partner
829 171 187

This is an accepted solution.

Hello @kashco 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media only screen and (min-width: 750px) {
  h1, .h1 {
    color: black !important;
  }
}

result
66.png

Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

GTLOfficial
Shopify Partner
829 171 187

This is an accepted solution.

Hello @kashco 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media only screen and (min-width: 750px) {
  h1, .h1 {
    color: black !important;
  }
}

result
66.png

Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
kashco
Explorer
114 1 14

It didn't work on my side. What can I do to fix this permanently ? - seems it worked. never mind

GTLOfficial
Shopify Partner
829 171 187

Try This
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media (min-width: 1000px) {
body {
color: #000000 !important;
}
}

Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh