Anchor Text Underlining in Slider Heading Text

Discussion in 'Traffica WordPress Theme' started by bizzyboy, Nov 29, 2013.

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

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    I would like to be able to have each Anchor Text link with my Posts and Pages underlined and when I hover over the link the underline does not show.

    However, I would also like to ensure that when I change the CSS code for the above that the text for the Slider Heading is not underlined tpp.

    For example on my website moreperfectpatients(dot)co(dot)uk I have 1 slide and the Heading Text beside the Slide says "Web marketing done correctly will dramatically increase your profits.". So when the CSS code is updated to underline Anchor Text within Posts and Pages I do not want that Heading Text to be underlined too.

    Hope you can help.

    Thanks
     
  2. 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:
    a:hover {
    text-decoration: underline;
    }
    .flexslider .slides .content h1 a {
    text-decoration: none;
    }
    
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Many thanks.
     
Thread Status:
Not open for further replies.

Share This Page