• I wish to have all my links of a color different from the color of my Post Title on the home page. When I do it through Customize>colors it changes the color of the post titles along with that of other links. What CSS code should i use?

Viewing 1 replies (of 1 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Our premium version has this option in the Customizer.

    Otherwise, you need to use CSS:

    .entry-title a,
    .entry-title a:visited {
        color: #000000;
    }
    
    .entry-title a:hover {
        color: #222222;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Different link color for the post titles on the home page.’ is closed to new replies.