Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Author page – make CSS not apply

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #263733
    Jammyllama
    Participant

    Hello all.

    This is what I’ve put in place to make the menu behave the way the client wants it to, current categories highlighted in blue, and that’s working fine now:

    li.current-menu-parent >a, .current-menu-item >a {
    color:#95dddd!important;
    }
    li#menu-item-290 li.current-menu-parent >a, .current-menu-item >a {
    color:fff!important;
    }
    li#menu-item-290 li.current-menu-parent >a, .current-menu-item >a:hover {
    color:000!important;
    }

    However, on the ‘author’ page the theme assumes all categories are current! Essentially I want the above CSS not not apply to the author page. Can anyone enlighten me on how that is possible?

    Here’s the page, you’ll see why it’s a problem: https://www.fintechunltd.com/author/cadence/

    Thanks,
    Jen

Viewing 1 post (of 1 total)
  • The forum ‘Design’ is closed to new topics and replies.