Daylon Deon
asked 10 years ago

How do I change the color of the links on the home page and within a post?

Right now you can’t distinguish the link color because links are the same color as the font. How can I change the color of them?

1 Answers
DominicStaff
answered 10 years ago

Hi Daylon
To change color of the link in the DW Gamez theme, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.more-link {
    color: #999 !important;
}
.entry-content a {
    color: #FF0000;
}

Save it and go to front-end, refresh the site to see the result.
Regards,

Powered by DW Question & Answer Pro