Re: Reduce width and round corners of featured product section in Sense theme

Solved

Reduce width and round corners of featured product section in Sense theme

Fabian_weldon
Pathfinder
142 0 28

I'm trying to reduce the width and round the corners of the featured product section on the sense theme. I want it to match what the image with text section looks like (image attached). Currently the section is full width with no rounded corners.Screenshot 2023-10-01 183055.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9843 2339 2932

This is an accepted solution.

Thank you for the information. Try 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:

 

.featured-product.product.product--medium.grid.grid--1-col.gradient.color-background-2.product--left.isolate.grid--2-col-tablet {
    border-radius: 20px;
}
section.color-background-2.gradient {
    background: transparent;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696185452738.png
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.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9843 2339 2932

Hi @Fabian_weldon 

Would you mind to share your Store URL website? with password if its protected. Thanks!

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.
Fabian_weldon
Pathfinder
142 0 28

Have just messaged you @Made4uo-Ribe 

Made4uo-Ribe
Shopify Partner
9843 2339 2932

This is an accepted solution.

Thank you for the information. Try 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:

 

.featured-product.product.product--medium.grid.grid--1-col.gradient.color-background-2.product--left.isolate.grid--2-col-tablet {
    border-radius: 20px;
}
section.color-background-2.gradient {
    background: transparent;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696185452738.png
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.
Fabian_weldon
Pathfinder
142 0 28

Perfect, thanks. Worked a treat