Hypertext Link Format Help

Discussion in 'BizWay WordPress Theme' started by bizzyboy, Jan 1, 2014.

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

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    I would like to change how Hypertext Links look within Posts and Pages only.

    The format I would like is as follows:

    All Hypertext links should be 'Underlined' and when I hover the mouse over the link the Underline disappears.

    Please note that I do not want any other links within the Sidebar and the Bottom Widgets to change i.e. it is ONLY the Hypertext links within Posts and Pages I would like to change.

    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    The website is domainsquared(dot)com
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .content-bar a {
    text-decoration: underline;
    }
    .content-bar a:hover {
    text-decoration: none;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     
  5. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    That's perfect. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page