Skip to:
Content
Pages
Categories
Search
Top
Bottom

hide avatar only in sticky topic

  • @andrew55

    Participant

    I have this css in my child theme css file:

    .bbp-topics ul.sticky .bbp-author-avatar {
        display: none !important;
    }

    But it doesn’t hide the avatar. Any suggestions on how to get this to work properly?

Viewing 1 replies (of 1 total)
  • @robin-w

    Moderator

    This should do it

    .bbp-topics .sticky a.bbp-author-link span.bbp-author-avatar {
        display: none !important;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar