popofglitter
-
Posts
102 -
Joined
-
Last visited
Community Answers
-
popofglitter's post in Keep user on same page when pressing action button in promo pop up was marked as the answer
Resolved in:
-
popofglitter's post in Mobile header cut off was marked as the answer
I managed to adjust with @tuanphan code. Thank you!
/* Fix mobile shifting */
@media screen and (max-width:700px) {
.header-title-nav-wrapper {
max-width: 57% !important;
}
-
popofglitter's post in Bold active product breadcrumb and on hover was marked as the answer
This worked for bolding the breadcrumbs. (Decided to ditch the hover aspect):
.nested-category-breadcrumb-link { font-weight: bold; } This worked for making all categories in the side bar/menu/navigation bold:
.category-link { font-weight: bold; }