All things Shopify and commerce
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.
Solved! Go to the solution
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
Thanks
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
Thanks
It didn't work on my side. What can I do to fix this permanently ? - seems it worked. never mind
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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025