Issue: In a Shopify store using the Refresh theme, the menu’s active state (underline/highlight) appears on some pages but not others, as shown in screenshots.
Findings: Collection pages are not receiving an “active” class. One menu item (“Padel Rackets”) links to a URL with filters (/collections/…/Brands+Shape+Playing-style+Balance) but resolves to the base collection URL, so the menu link doesn’t match the final page URL, preventing the active state.
Recommendations: Ensure all menu URLs exactly match the destination URLs users land on. Implement or fix logic to mark collection pages with an active class (may require developer adjustments similar to the home menu behavior).
Bold styling request: Two approaches were provided—(1) add CSS to theme files to make menu items bold, and (2) preferred: add Custom CSS in Theme Settings (e.g., nav a { font-weight: bold; }) to avoid blocking theme updates. The bold styling change was confirmed to work.
Status: Bold menu styling resolved. Active/underline inconsistency remains; action items are to correct menu URLs and possibly add code for active classes. Screenshots were used to illustrate the issue.
Summarized with AI on December 30.
AI used: gpt-5.
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.
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…
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: