In my ecommerce software, I have a menu that I want to customize by making the main categories bold.
I have attempted various methods, including the ones shown below, but I am struggling to target the correct elements (specifically those in capital letters "COLLECTION" and "CATEGORIES" as shown in the image)
li.ty-text-links__item ty-level-1
{
font-weight:bold;
}
ty-text-links__item ty-level-1 > a {
font-weight:bold;
}