jimdougherty
asked 11 years ago

How can I change color of links in content?

2 Answers
DominicStaff
answered 11 years ago

– you can login Dashboard > post > add new >selected link
“alt + shift + z” , you click  “Select text color”

Regards,

Dominic

jimdougherty
replied 11 years ago

Can I do it by default for all links?

jimdougherty
replied 11 years ago

Nevermind this – easy fix through the CSS sheet again. Thank you!

DominicStaff
answered 11 years ago

If you want, you can login dashboard > post > add new >select “frame text”  add link for frame content > set class general for link

Example:

<a class =”title_class” href=”link”>  link name </a>

– change default for all link

login dashboard > theme option > copy code:

.title_class {

color: #EE3224;

}

Regards,

Dominic

Powered by DW Question & Answer Pro