• Resolved MrNickSheppard

    (@mrnicksheppard)


    Hello

    I’m struggling to modify the hover property of the featured post title (currently “Friday’s card”) as I’ve successfully done for other post titles…this in my custom css:

    .entry-header .entry-title a {
      color: #3a8f94;
      font-size: 30px;
    }
    
    .entry-header .entry-title a:hover {
      color: #153537;
    }

    https://cardtherapy.co.uk/

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author Konstantin Kovshenin

    (@kovshenin)

    Can you try and make that CSS selector more specific? As in:

    body .entry-header .entry-title a:hover {
        color: #153537;
    }

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Featured post title hover property’ is closed to new replies.