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 #1684226
New widget with no styling
Closed

Comments

  • wowmedia started the conversation

    Hi

    Could we get a new widget with no border round it? A custom HTML widget but with no styling round it.

    Want to be able to insert banner ads with no white border around it but can't do this at present unless using something like WordAds or penci banner box but then can't dynamically insert anything.

    Would be very useful if we could get this!

    Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Addination CSS to make "Custom HTML" widget no padding arround:

    .widget.widget_custom_html {
        padding: 0;
        background: none;
    }
    

    Best Regards,

    PenciDesign

  • wowmedia replied

    Ah that is great thanks!