Hello, I would like to change the link colors from the black one to blue one, where am I supposed to edit the code? Or is it available in some settings? Also, if I'd like to change the font - where would I go? Thanks, Marian
Hello, 1. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: a { color: blue ! important; } In place of "blue" you can put your color or color code. This will change the color of link. 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: h1,h2,h3,h4,h5,h6,a,p,span,body,div{ font-family: symbol; } In place of "symbol" you can put your font. This will solve your issue.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: a{ color:blue; text-decoration:underline; } Thanks & Regards Gourav Shrivastava