How can I change Sense Theme's background colour?

I am trying to make my store theme’s background color to black. I already went through the Theme settings and adjusting the colour options, but there are still places on the background that is out of my control to change.

Please help me!

1 Like

Please share store URL as well as password.

Hi @Mugai

Please, share your store URL. Thanks!

The URL is: alteregocreation.com

No password

Hi, just wanted to follow-up, are you able to help me?

Hi @Mugai

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
.shopify-section.section {
    margin-top: 0 !important;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

1 Like