• Hello,
    I am using Accelerate and I created customised HTML widget in the right column.
    These HTML widgets are called ‘approfondir’ , “nous suivre’,… and there is a small icon just before the title.
    I would like the customised html widget to be the same as the other widgets, with no icon.
    Could you please let me know if there is a way to remove them?
    Thanks in advance for following up with this issue

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

Viewing 1 replies (of 1 total)
  • Hey @benmez ,

    Thank you for reaching out,

    Please go to your Dashboard > Appearance > Customize > Additional CSS and add the following CSS code to remove the icons from HTML widget:

    .widget_text h3 span:before{
        display: none;
    }

    Regards,
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘HTML widget’ is closed to new replies.