email & web Links within the footer widget

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, May 8, 2013.

Thread Status:
Not open for further replies.
  1. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    In the third widget area I have put my contact details. How can I make it that when you click on the email address within the widget, it then opens up a new/create email for the user to send me an email? eg: most email or web addresses are underlined or change colour to symbolise that it is an active link...
     
  2. Nitesh

    Nitesh Support Staff

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

    For this
    Add your mail id in the format given below.

    Code:
    <a href="mailto: [email protected]">[email protected]</a>
    For active link color
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer div.textwidget a:hover {
    color: your color value;
    }
     
  3. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Thanks! That's fixed it.
     
Thread Status:
Not open for further replies.

Share This Page