Hi,
I have an error in my shop. Depending on the landing page the menu is highlighter and aunderlined or not.
IN this example you cn see that the menu underlines the page I am landed
However, in some other pages thaat is not happening. Exmple
This is the URL of my shop: https://abaf7d-8.myshopify.com/
I aam using Refresh theme.
thank you in advance!
Hi,
I had a look over your store and unfortunately I couldn’t find a quick solution for this matter. Your collection pages are not getting marked by an active class. For this, you may consider hiring a developer.
Cheers!
Hi,
appreciate the quick response.
Taking the chance, I wouls like to have menu items bold (similar to the one below). Do you know how that could be done?
thanks!
Your “Padel Rackets” link points to “/collections/padel-rackets-1/Brands+Shape+Playing-style+Balance” but when followed you end up at “/collections/padel-rackets-1”
Why the links in your menu are like this? Ensure your menu links match the address where your visitors will actually go…
Hi @Nachorc21
You need a developer to change some codes same like in the home menu.
For the bold check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.header__menu-item span {
font-weight: 900;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
As for making menu items bold – do not edit theme code, this will prevent your theme from updating.
Use “Custom CSS” under Theme Settings. The code can be like below or
nav a {
font-weight: bold;
}
thank you very much!. It worked