Adding a button.
- The topic ‘Adding a button.’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to add a button to my page?
I would like to have a button for *Get in touch* rather than just hilighted text.
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there,
You’ll need to add a few things to turn that link into a button. First, you can switch over to the text view and add a button class to the link, as seen here. Next, you’ll need to add some CSS styling.
.entry-content a.button { color: #fff; padding: 14px 20px; border-bottom: none; }
That should give you a button style that works!