Link Color
- The topic ‘Link Color’ is closed to new replies.
Need help? Check out our Support site, then
hi again,
How do I make all text links on pages/posts/portfolio (not the sidebar or menu) the main accent color shown in customizer. The link to do this in that section is X out.
Thanks!
Janet
The blog I need help with is: (visible only to logged in users)
Hello Janet,
You may try the following CSS Code Snippet in the Custom CSS to change the link color of pages, portfolio and blog posts.
.entry-content a,
.entry-content a:visited {
color: #cd0215;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
color: #a60212;
}
Thanks
done
thank you!