Footer Website Button Link

Discussion in 'Cloriato WordPress Theme' started by jamsog, Jul 26, 2013.

  1. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    We need to draw attention to onlookers to click a button image inside the footer area and link it to a website is this possible instead of having the yellow text
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .textwidget span a {
    background: blueviolet;
    padding: 10px;
    border-radius: 20px;
    color: yellow;
    }
     

Share This Page