Hello,
Can you please tell me what CSS code should I use to change default color of bold (strong) text and links color?
Thanks,
Vedran
Hey LinkedMediaGroup!
You can use following classes in Quick CSS section
.main_color strong { color: red; }
.alternate_color strong { color: blue; }
Cheers!
Yigit
Hi,
Works great for “bold” … what about links? “a”
RESOLVED!
Thanks for your help…
Cheers,
Vedran