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?
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.