Hi there 👋
This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
/* Change color and add more weight on Parent Product Categories */
.product-categories > li > a {
color: #1e8346 !important;
font-weight: bold !important;
}
If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
Cheers! 🙂
Hi, the code works perfectly!
I will look at the free tutorials.
The problem was that I didn’t know how to navigate the code to the element that should affect.
Big thanks! 🙂
Happy to help 😃
That’s great! I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Cheers!