• Hello All,

    Color of the post title is black by default, but link color is blue. When I first load my blog, post title seems black. When I click the title and come back to the main page again, title color stays blue. That happens probably because blue also visited link color. How can I disable visited link color?

Viewing 1 replies (of 1 total)
  • Theme Author Raam Dev

    (@raamdev)

    @utku1337 try adding the following to your style.css file or via Jetpack’s Edit CSS feature (Appearance → Edit CSS):

    h1.entry-title a:visited { 
        color: black !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Disabling the Visited Link Color’ is closed to new replies.