• Resolved woordINbeeld

    (@woordinbeeld)


    I’m trying to remove the four little squares that appear in front of each widget title. How can I do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello woordinbeeld,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    h3 .widget-title-tab::before {
    content: none;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter woordINbeeld

    (@woordinbeeld)

    Thanks, it works perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘widget title removing four squares’ is closed to new replies.