• Whenever I put a widget in the sidebar there is a small icon in front of it – just some geometric shapes – is there any way to remove those and simply have the title stand on it’s own?

    Additionally: Every word in those titles gets their first letter automatically capitalised – is there a way to turn that off?

    Thanks in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kunstpause,

    We can remove the icon with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .sidebar .widget .widgettitle i.widget-icon {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Hi @kunstpause ,

    Was your issue solved using the above solution?

    Please let me know what is the current status of your issue so I can further help you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any way to remove the small icons in front of widget titles in the sidebar?’ is closed to new replies.