Comments Curtis Mulder started the conversationJune 5, 2015 at 9:32pmBetween sections, there always appears 3 x's just below the section title. How do I get rid of that? 240Elena repliedJune 6, 2015 at 1:43pmIf you don\'t want to edit the PHP files you can achieve that via CSS. Paste this snippet inside the CSS code field in the theme options:.separator { display:none; } Sign in to reply ...
Between sections, there always appears 3 x's just below the section title. How do I get rid of that?
If you don\'t want to edit the PHP files you can achieve that via CSS. Paste this snippet inside the CSS code field in the theme options:
.separator { display:none; }