• Resolved betumayo

    (@betumayo)


    hi i made a category menu inside my shop. a folder icon is shown next to each catergory, how can i remove that icon i want only the text of the category name to be shown.

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .widget_categories .widget-inner .cat-item a:after {
    display: none;
    }

    Hope that helps!

    Hannah

    Thread Starter betumayo

    (@betumayo)

    Hi Hanna i tried that code but didn’t help. do you think there might be another way? i leave you the link of the shop you can see there on the right the folders in the menu.

    https://www.ponponi.co.il/?post_type=product

    Thread Starter betumayo

    (@betumayo)

    hi i try deleting one part of the css and it worked. but i want to be sure im not making a mistake that will affect any other part of the page. this is the css that deleted the folder icon

    .widget-inner .cat-item a:after {
    display: none;
    }

    do you think it’s ok to leave it like that?

    hannah

    (@hannahritner)

    Yes, that css is fine to use. Glad you got it working!

    Hannah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove folder icon from categrory menu’ is closed to new replies.