Anchor Text Colour on Pages & Misc.

Discussion in 'Poloray WordPress Theme' started by bizzyboy, Oct 15, 2013.

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

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    I am using Poloray and I would like to have a different color font (and underline) for any text Hyperlinks I have within:

    1. Pages content.
    2. 'Left Feature Description' (Homepage Bottom Feature Setting) content.

    For example I would like to have all text Hyperlinks within Pages content & 'Left Feature Description' as Underlined & Blue (#0000FF). And when someone hovers over the link the 'underlines' disappears.

    I would like to leave all other links the same as the default e.g. those seen on the Widgets and Menus.

    Is it possible to setup separate CSS for what I need?

    Thanks

    Paul
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .main_content a {
    color: red;
    text-decoration: underline;
    }
    .page-content a {
    color: red;
    text-decoration: underline;
    }
    In place of "red" you can put your color or color code.
    This will solve your both the issue.
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Great, thanks so much for your fast & professional help as always.
     
Thread Status:
Not open for further replies.

Share This Page