Guillermo Bautista
asked 10 years ago

Is there a way to make the text links more visible in DW Minion? It’s hard to see the link without hovering your mouse. 

1 Answers
DominicStaff
answered 10 years ago

Hi Guillermo Bautista !
To resolve this issue, please follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
After that, just add the following code to the Edit Css.

.entry-content a {
    color: #...;
}
.entry-content a:hover {
    color: #...;
}

Regards,

Powered by DW Question & Answer Pro