Wellsites & My Dental Marketing

Create a Button

This will require a little of bit of html. It will also depend on your theme.

To create the  following button

[button link=”#”]Create a Button[/button]

 

  • Create your hyperlink as normal.
  • switch to html mode
  • Find your hyperlink. Hyper links always begin with
    <a   and end in </a>
  • Just before
    href=”http:// ….     enter the following  class=”art-button”

Example:

Before : <a href=”#”>Create a Button</a>

After: <a class=”art-button” href=”#”>Create a Button</a>

Wellsites