Hello,
I currently am using theme named as Qrack-v2.0.6. Theme was updated 2 years back, however post Shopify updates has happened, no matter whatever changes I make in website don’t get reflected.
Eg: I cannot find product-template.liquid file so make changes for my product pages.
I am trying to change color for footer through theme settings, I can makes changes there but they don’t get reflected at all on front end or even in preview.
I tried searching for below code in theme.liquid file but cannot find that, and if I add this code, I cannot see any changes.
Please help as cant view most of the files or changes are not visible or reflecting
.sub-footer,
.site-footer {
background-color: turquoise; // added this line here
color: $color-footer-text;
a {
color: $color-footer-text;
}
}
