Add background image to breadcrumbs section - Sense 2.0

Add background image to breadcrumbs section - Sense 2.0

gmoye
Shopify Partner
14 0 1

Hi,

 

I used a good tutorial to add breadcrumbs section however there are a couple of issues I am having. One is that I would like my background image to also cover the breadcrumbs section. It also does not show "Shop" as a navigation option on product pages. Instead it skips from "Home>Product. Also on the collections page - "nicegalsdelivery.com/collections" it only shows "Home" and the link doesn't work. Thank you for any assistance with either of these issues. 

 

Shop is https://nicegalsdelivery.com

 

Thanks again!

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3078

Hi @gmoye 

Check this one,. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.breadcrumbs {
    background: transparent !important;
}

 

  • And Save. 
  • result:
    Made4uoRibe_0-1720731060327.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.

PageFly-Richard
Shopify Partner
5011 1120 1805

Hi @gmoye 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.breadcrumbs {
    background-color: transparent !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.