Few more questions

Discussion in 'Blackriders WordPress Theme' started by cvin, Oct 9, 2013.

  1. cvin

    cvin New Member

    Joined:
    Aug 30, 2013
    Messages:
    14
    Likes Received:
    0
    1. How do I update the link text color?
    2. We added the lead capture widget on our inside pages. Once the form is filled out, the "Thank You" text is in all white and does not display (screen shot of highlighted text attached). Can we change the color?
     

    Attached Files:

  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:
    .sucess-send h2{
    color:blue;
    }
    .sucess-send a {
    color:blue;
    }
     
    a{
    color:blue;
    }

    Inplace of "blue" put your color code.
     

Share This Page