This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
Hi I have a few issues I need some help on.
1. When navigating from the shop page to categories and/or product pages, the breadcrumbs “root” should go to the “Shop” page instead of the “Home” homepage. Is there a way to change that?
2. My serif fonts on my website seems pixelated / blurry on non-retina screens. The fonts look perfect & crisp on retina displays, but on normal non-retina displays, they are blurry / pixelated it looks like.
3.The clickable area on the word “Collections” on my main navigation seems off. You almost have to move the cursor past the word in order to click it.
4.Ony my shop page, the sidebar navigation (“Collections”) has no noticeable change to the text on the active page. How can I add styling (such as an underline) to show which “collection” (or category) is active.
Hello,
1) We use default WooCommerce breadcrumbs function to show breadcrumbs. And this is how they work. If you want to change it you may try WooCommerce snippets https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/
2) You are using google fond. I suppose this is how it looks for non-retina displays. Or you have such issue with our theme only?
3) Add the following code in custom CSS
.nav-sublist-dropdown:before {top: -20px;}
4) Add the following code in custom CSS
.sidebar-widget .current-menu-item a {text-decoration: underline;}
Regards
You must be logged in to reply to this topic.Log in/Sign up