Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Make the website link a button #82074
    Alan Banks
    Participant

    Or alternatively, just do this:

    .storelocatorlink {
    background: #4c85b6;
    }

    a.storelocatorlink:link { color:#FFF; text-decoration:none; font-weight:normal; border-radius: 5px; padding: 5px;}
    a.storelocatorlink:visited { color: #FFF; text-decoration:none; font-weight:normal; border-radius: 5px; padding: 5px;}
    a.storelocatorlink:hover { color: #FFF; text-decoration:underline; font-weight:normal; border-radius: 5px; padding: 5px;}
    a.storelocatorlink:active { color: #FFF; text-decoration:none; font-weight:normal; border-radius: 5px; padding: 5px;}

Viewing 1 post (of 1 total)