- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 06:53 AM - edited 12-15-2024 01:06 PM
Good morning!
I am familiar with much of the CSS code within the UX Styling, but I am having trouble finding where I can update the coloring when filtering results from the menu- you can see when it filters, the rest of the letters become gray. Maybe a secondary color or something? Maybe --now-color_brand--secondary or something?
Edit: I am specifically looking at changing that gray color of the secondary filtered text. Not necessarily when high-lighted, but all the results.
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 11:16 AM
I did end up figuring this out myself via "Inspect" within the browser - there are 2 CSS lines that are missing initially - I added these 2 to my CSS script and voila! Hopefully it helps you guys as well!
"--now-unified-nav_menu-filter-result--color--hover":"255,255,255",
"--now-unified-nav_menu-filter-result--color": "248,248,255",
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 06:58 PM
Hi kristenmkar,
try to update the theme variable --now-unified-nav_menu-item--background-color--active
Please let me know if that works.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2024 01:01 PM
Good afternoon!
Yes, I did try that one unfortunately - no luck. I've tried all the (seemingly) relevant lines under unified-menu, filter, etc- could it be under united-triggered or something?
Thanks for the response!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 11:16 AM
I did end up figuring this out myself via "Inspect" within the browser - there are 2 CSS lines that are missing initially - I added these 2 to my CSS script and voila! Hopefully it helps you guys as well!
"--now-unified-nav_menu-filter-result--color--hover":"255,255,255",
"--now-unified-nav_menu-filter-result--color": "248,248,255",