Codium-dn links will not stay colored after clicked
-
I have edited my CSS to look like the below. I want my visited link to stay the same color as my unvisited link but for whatever reason it is not working. Why? What do I need to do to get my link to always stay the same color weather visited or unvisited.
/* unvisited link */
a:link {
color: #298777;
}/* visited link */
a:visited {
color: #298777;
}/* mouse over link */
a:hover {
text-decoration: underline;
}/* selected link */
a:active {
color: #298777;
}The blog I need help with is: (visible only to logged in users)
-
Hello, I’m sorry to hear that you are having trouble with your website. However, your site is not hosted with WordPress.com. It is a site using the open-source WordPress software (from WordPress.org) but hosted with Bluehost.
Because WordPress.com and WordPress.org are two entirely separate entities, we cannot access files or data for sites that are hosted elsewhere, so WordPress.com staff can only assist with sites that are hosted on our servers. You can find more information here about the differences between WordPress.org software and WordPress.com: https://wordpress.com/support/com-vs-org/
https://wordpress.org/support/ is a great resource for sites using the open source WordPress.org software, and you can find support for that at: https://wordpress.org/support/forums/
And, you can find support for your theme at https://wordpress.org/support/theme/codium-dn/
- The topic ‘Codium-dn links will not stay colored after clicked’ is closed to new replies.