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 #2355340
Sidebar Button
Closed

Comments

  • umpro started the conversation

    Hello,

    How can I put full-width button to the sidebar? I use the widgets area.

    Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    You can use a custom HTML like this to do that:

    <a href="YOUR_URL_PUT_HERE" style="display: block; text-align: center; line-height: 1.3; padding: 10px 0; background: #ff0000; color: #fff; font-size: 16px; text-decoration: none;">
    BUTTON NAME
    </a>

    Change theĀ YOUR_URL_PUT_HERE to URL you want to go when click on the button.

    Change the BUTTON NAME to the text as you want.


    Best Regards,

    PenciDesign

  • umpro replied

    Thank you. You can close the ticket.