Hi, how can I remove the lines above and below the widget titles on the sidebar?
Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
html #top .all_colors .widgettitle { border: none; }
/* End CSS */
Best regards,
Yigit
Hi, that just made the borders darker.
Hi!
Changing the code to following should correct that
html #top .all_colors .widgettitle { border: none !important; }
Regards,
Yigit
Thanks.