• Resolved chaazaam

    (@chaazaam)


    Hello to the community
    Would someone please tell me how to hide the bullet that appear in the woocommerce categories widget?

    I placed a link to an OceanWp demo where these chips appear (in pink).

    Many thanks in advance!

    I use OceanWP and WordPress in its latest version.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .woocommerce .widget_product_categories li a:before{
    display: none;
    }
    Thread Starter chaazaam

    (@chaazaam)

    Thank you very much, it works!
    Fast and efficient.

    You are most welcome ??

    I used the following and it worked. The suggestion above didn’t work for me.

    ` .woocommerce .wc-block-product-categories { display: none; }

    • This reply was modified 3 years, 8 months ago by blstmn. Reason: Messed up my tags!
    • This reply was modified 3 years, 8 months ago by blstmn. Reason: Messed up my tags again!!
    • This reply was modified 3 years, 8 months ago by blstmn.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to hide bullets in the categories widget woocommerce & OceanWP’ is closed to new replies.