• Resolved elodie66

    (@elodie66)


    Bonjour,

    je voudrai mettre du gras et du couleur sur les catégories parents dans la liste déroulante widget categorie de la page boutique woocommerce dans la barre de gauche.

    j’ai donc ajouter du css :
    .level-0 {color:red;font-weight:bold;} mais cela ne change rien.

    merci pour votre aide.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @elodie66

    I am not sure what theme you are using, so this may not work exactly.

    .woocommerce .product-categories .cat-parent > a {
        color: red;
        font-weight: bold;
    }

    It should look like this:

    Screenshot

    Plugin Support Tseten a11n

    (@tibetanitech)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customizer widget catégories produits’ is closed to new replies.