Why aren't my theme changes reflecting on my Shopify store?

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;
  }
}

@DS1217
Hello,
Can You Please Share Store URL

Hello @DS1217

Can you share your website URL so that I can check and give you a solution?

Sure.

https://townoftee.com/

Sure.

https://townoftee.com/

@DS1217
Hello,

#shopify-section-footer {
  color: #fff;
}
.site-footer {
  background-color: #aa2727;
}
.site-footer h3 {
  color: #fff !important;
}
.site-footer a {
	color: #f4ebeb;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->timber.scss.liquid

add color as per requirement
if its useful please like and accept solution

Like This