HOW DO I REMOVE PADDING COLOUR PLEASE. I JUST WANT THE NORMAL BACKGROUND COLOUR WITH BORDERS

HOW DO I REMOVE PADDING COLOUR PLEASE. I JUST WANT THE NORMAL BACKGROUND COLOUR WITH BORDERS

saabbb1212
Explorer
58 3 14

Screen Shot 2024-10-19 at 9.54.24 AM.png

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10201 2421 3065

Hi @saabbb1212 

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:

 

.content-container {
    border-color: #fff;
}

 

  • And Save.
  • result:
  • Made4uoRibe_0-1729285515286.png

     

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
saabbb1212
Explorer
58 3 14

Screen Shot 2024-10-19 at 10.13.02 AM.png

 

 

thanks! but how do i remove the border still thats there the grey lines

Made4uo-Ribe
Shopify Partner
10201 2421 3065

Please, replace on this one. 

 

.content-container {
    border-color: #fff !important;
}

 

And Save. 

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
saabbb1212
Explorer
58 3 14

thankyou but yeah sadly it didnt work :(. i must of put some coding somewhere previously argg.not sure

saabbb1212
Explorer
58 3 14

I got it thankyou! it was content containers.I adjusted it down 🙂