Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2639684
Styling Footer Widget
Closed

Comments

  • sarraherring started the conversation

    I am looking to do 2 things:


    1. Remove the line above the footer section, it's a very slight dark line.

    2. remove the line just below the footer widget headers "Christmas, Affiliates, Media"


    Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do all of that:

    #widget-area{ border-top: none; }
    .footer-widget-wrapper .widget .widget-title .inner-arrow{ border-bottom: none; padding-bottom: 0; } 
    

    Best Regards,

    PenciDesign