This topic has 16 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hello Guys. As the title says…I can’t seem to get my background image to show up with the breadbrumb area on the Shop page. See screenshot.
It has worked everywhere else…just not the “shop” page for some reason. Thanks!
Hello,
You didn’t selected the breadcrumbs background in Theme Options->General->Header settings -http://prntscr.com/c2a40k
Regards,
Robert Hall
That’s odd. All my other pages, I didn’t have to do that. If that was the case, every page would have the same breadcrumbs background.
As long as I had a featured image picked on the page I was working on, and which layout of breadcrumbs I wanted, the image showed up for that particular page in the breadcrumb area.
Thoughts?
As an example, here is a page that merely has a Featured Image uploaded to it, and chose “breadcrumb large” for the layout.
This is what I’m trying to have the “Shop” page do as well. But it’s not doing it.
I think I figured it out. I guess the breadcrumb selection in Settings, sets the background for the Shop page only. I went ahead for yucks applied the same image I have set as a Featured Image for that page, and it finally appeared.
The other pages I have didn’t work that way though. Just set the Featured image and it was applied in the breadcrumb area for that particular page.
I hope all of that made sense.
Incidentally, when I do use a Featured Image on a page as well as a large breadcrumb image, ALL of my links inside that image area no longer have any hover color of #ad2121 (like the rest of the site of course). Can we fix that?
Hello,
I’ve added this code in Global Custom CSS. Please check.
.page-heading.bc-type-5 .breadcrumbs a:hover, .page-heading.bc-type-6 .breadcrumbs a:hover, .page-heading.bc-type-7 .breadcrumbs a:hover, .page-heading.bc-type-8 .breadcrumbs a:hover, .page-heading.bc-type-5 .woocommerce-breadcrumb a:hover, .page-heading.bc-type-6 .woocommerce-breadcrumb a:hover, .page-heading.bc-type-7 .woocommerce-breadcrumb a:hover, .page-heading.bc-type-8 .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-8 .back-history:hover,
.page-heading.bc-type-5 .back-history:hover:before, .page-heading.bc-type-6 .back-history:hover:before, .page-heading.bc-type-7 .back-history:hover:before, .page-heading.bc-type-8 .back-history:hover:before{
color: #ad2121 !important;
}
Regards,
Robert Hall
We’re getting there. Top Bar links don’t hover. 🙂
As I see the links in top bar has a hover effect. See screenshot – http://prntscr.com/c339iu
Regards,
Robert Hall
I don’t know how you’re getting that. I’ve cleared cache of course, looked on both FF and Chrome, and still don’t see it. See vid.
I’ve added the following code in Custom CSS for desktop. Please check.
.breadcrumbs-type-8:not(.home) .top-bar a:hover {
color: #ad2121 !important;
}
Regards,
Robert Hall
Yessir…that did the trick!
Incidentally, can we fix that little “hiccup” in the shopping cart icon? I’m not sure where the “paperclip” came from.
Hello,
I’ve added the following code in Global Custom CSS. Please check.
.cart-design-2.design-white .cart-bag::before {
border-color: transparent !important;
}
Regards,
Robert Hall
That fixed it. Thanks!
On the product page, since I’m trying out the breadcrumb large background image, how can I get my redundant product title out and replaced with “Product Information”? Much like the Classico version here http://prntscr.com/c3iryq
I’d like to see what that looks like.
Also if you can supply the code for changing the title color in ALL the breadcrumb large backgrounds to ad2121 instead of ffffff? See attached.
Hello,
1) Please clarify. Do you want to replace this title (see screenshot: http://prntscr.com/c41msn) with “Product Information”?
2) Please use this code in Global Custom CSS.
.breadcrumbs-type-8 .page-heading.bc-type-8 h1.title {
color: #ad2121;
}
Regards,
Robert Hall
Hey Robert. On question #1, yessir. Complete with the separator line as well.
Just like Classico’s version. And tell me what you do.
Hello,
Navigate to Theme Options->E-commerce->Single Product Page->Show product name above the price->off.
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up