Soft corners - banners and product images

Solved

Soft corners - banners and product images

Markitosline
Tourist
7 0 1

Hi there!

 

I'm trying to achieve a more sleek look for my homepage and product pages by adding a round effect for image holders, such as banners & grids aswell as product-collection images.

 

The theme I'm using is empire V7

 

I've researched a few posts in the community but I don't think any of the solutions were effective for this specific theme.

 

if you need to see the web, let me know and i will pm you the web as it's a draft

 

Thanks in advance

Accepted Solution (1)
WoodyDev
Shopify Partner
578 115 192

This is an accepted solution.

Promo containers:

 

.promo-block--template--15359503433926__dynamic_promo_grid-2--promotion-2 {
    border-radius: 30px !important;
}

.promo-block--template--15359503433926__dynamic_promo_grid-2--promotion-1 {
    border-radius: 30px !important;
}
 

 

Featured Collection:

 

.productitem {
    border-radius: 30px !important;
}
 

 

Featured Product border removal:

 

.featured-product--container .featured-product--inner {
    border: none !important;
    box-shadow: none !important;
}
 

 

Add all of these to the bottom of your theme.css file 🙂

 

 

If you could take a moment to read my signature below I would highly appreciate it ❤️

 

Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder

View solution in original post

Replies 4 (4)

WoodyDev
Shopify Partner
578 115 192

Hi and welcome!

 

Please provide a link to the page in question and let me know the banners/images you would like to have rounded corners 🙂

Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder
Markitosline
Tourist
7 0 1

Just PMd you 😉

 

Thanks in advance

WoodyDev
Shopify Partner
578 115 192

This is an accepted solution.

Promo containers:

 

.promo-block--template--15359503433926__dynamic_promo_grid-2--promotion-2 {
    border-radius: 30px !important;
}

.promo-block--template--15359503433926__dynamic_promo_grid-2--promotion-1 {
    border-radius: 30px !important;
}
 

 

Featured Collection:

 

.productitem {
    border-radius: 30px !important;
}
 

 

Featured Product border removal:

 

.featured-product--container .featured-product--inner {
    border: none !important;
    box-shadow: none !important;
}
 

 

Add all of these to the bottom of your theme.css file 🙂

 

 

If you could take a moment to read my signature below I would highly appreciate it ❤️

 

Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder
Puy
Shopify Partner
18 0 2

Hello! Need help also, all worked! Except the product border removal.

.featured-product--container .featured-product--inner {
    border: none !important;
    box-shadow: none !important;
}

I also need help in regards to the search bar? Is there a way to make it rounded corners also? Plus if we can edit the size? As now it's too long. Thank you!