Quick Tip: Add a smooth call to action button anywhere

Here’s a time saver, if you want to add a nice looking “call to action” (CTA) button like “Signup” or “Download” to your site. Normally that would require a lot of steps: design it in Photoshop, upload a graphic into the media library, and then insert it into your post. And then link it up. Wow, that’s a lot of steps and time.

Well there’s a WordPress plugin to speed that process up a lot – try WP CSS Button plugin and use their short code almost anywhere on the site to display a button like this:
[CSSBUTTON target=”http://startupsinsider.net” color=”FF8A00″ textcolor=”ffffff”]Signup[/CSSBUTTON]
Once the plugin is installed and activated, you simply insert this shortcode in your post editor:

[CSSBUTTON target="http://startupsinsider.net" color="FF8A00" textcolor="ffffff"]Signup[/CSSBUTTON]

You can also replace the hex button text/background color and hyperlink with anything you’d like. And here’s a tip from us, if your site shows an underlining effect on the left/right side, insert this code to the bottom of your theme’s CSS file to hide it.
.button_col a { border-bottom: none; }

Once you make the 2-3 min. investment in time, adding nice looking buttons could take just seconds!

Get it: WP CSS Button plugin

Leave a Reply

Your email address will not be published. Required fields are marked *