Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #956604

    Hi, how can I remove the lines above and below the widget titles on the sidebar?

    #956610

    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

    #956636

    Hi, that just made the borders darker.

    #956642

    Hi!

    Changing the code to following should correct that

    html #top .all_colors .widgettitle { border: none !important; } 

    Regards,
    Yigit

    #956645

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove lines from widget titles on sidebar?’ is closed to new replies.