Support » Theme: Sydney » Title widget

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

    Please provide the site url so we can provide you the custom css as per the need.

    Kind regards,

    Manoj

    Hello there,

    To remove the text widget title line which is inserted on your page through page builder, you can use the below CSS code:

    
    .panel-grid-cell .widget_text .widget-title:after {
      display: none;
    }
    

    To globally remove it on all widgets, use this code:

    
    .panel-grid-cell .widget-title:after {
      display: none;
    }
    

    To apply additional CSS code to your site, add it to Appearance > Customize > Additional CSS from your site dashboard.

    Regards,
    Kharis

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.