Shopify themes, liquid, logos, and UX
Hi all,
I'm using Sense Theme for my store pawsh-pets.com - I'm unable to change the color scheme in settings on certain pages. I'm looking for a solution to either edit in settings (if possible), add custom CSS in settings or add custom CSS in either the page or template HTML (template preferred as I have this issue across all of my 'pages').
Please note: homepage, product pages, and collection pages have the desired background color of rgb(46,42,57).
Affected pages are:
https://pawsh-pets.com/pages/about-us
https://pawsh-pets.com/pages/website-terms-of-use
https://pawsh-pets.com/pages/returns-policy
https://pawsh-pets.com/pages/shipping-policy
https://pawsh-pets.com/pages/privacy-policy
Thank you!
Hi @dani50
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
section {
background: rgb(46,42,57);
}
section *, .main-page-title {
color: white;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025