Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 3 posts - 1 through 3 (of 3 total)

Styling Links

Home Forums Free Theme Support Asteria Lite Styling Links

  • #119309

    carol

    hello!

    How can I style URL links as buttons? like the “download” example on the demo asteria website.

    thanks a lot!!

    #119818

    Towfiq I.

    administrator

    make sure you link look like this:

    <a href="http://google.com" class="ast_bttn">Google</a>

    then add this to your Custom CSS:

    .ast_bttn{
    padding: 10px 20px;
    background: #f66a5c;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    #120660

    carol

    thanks 😀

Reply To: Styling Links