Support » Theme: Customizr » Remove Catagor Icon and Archive Icon from right menu

Viewing 2 replies - 1 through 2 (of 2 total)
  • So remove the icon and use a smaller font?

    /* small title */
    .widget_categories .widget-title,
    .widget_archive .widget-title {
        font-size: 18px;
    }
    /* remove the icon*/
    .widget_categories h3:before,
    .widget_archive h3:before {
        display: none;
    }

    Something like this?

    Thread Starter Immelting

    (@immelting)

    Worked like a charm.
    Thank you so much for your kind assistance.
    Deirdre

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Catagor Icon and Archive Icon from right menu’ is closed to new replies.