Hyperlink color is same as text in the pages

Discussion in 'Subscribely v2 WordPress Theme' started by pphani, Aug 4, 2014.

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

    pphani New Member

    Joined:
    Jul 25, 2014
    Messages:
    15
    Likes Received:
    0
    Hi all,

    Hyperlink color is same as text in the pages. Users unable to differentiate hyperlinks in page.

    Here is the screenshot of the same.

    2. Polynomial is the link. Once it is opened, it doesn't show any color variations.
    Hyperlink Issue.png
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    #content_wrapper .content a{
    color: YOUR COLOR VALUE;
    }
    #content_wrapper .fullwidth a{
    color: YOUR COLOR VALUE;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. pphani

    pphani New Member

    Joined:
    Jul 25, 2014
    Messages:
    15
    Likes Received:
    0
    Thanks Nithesh.

    This theme has 6 color schemes. It is difficult for us to change the appropriate color code for all. Is there any possibility to correct this color scheme in next versions of theme.

    Thank You,
    Phani.
     
  4. Nitesh

    Nitesh Support Staff

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

    Yes we will add anchor color code for all color schemes in next version update.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. pphani

    pphani New Member

    Joined:
    Jul 25, 2014
    Messages:
    15
    Likes Received:
    0
    Thank You Nitesh.
     
Thread Status:
Not open for further replies.

Share This Page