• Resolved hakak

    (@hakak)


    Hi there,

    I’d like to hide authors’ avatar on my website. I found the following topic:
    https://ww.wp.xz.cn/support/topic/hide-avatar/

    It did work, but only on the desktop version, not the mobile website.

    Any extra piece of CSS code that I need to add here?

    Thanks!

    • This topic was modified 6 years ago by hakak.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Manuel Rocha

    (@manuelrocha88)

    @hakak you should user the @media queries from css to accomplish this.

    Something like this:

    @media(max-width:768px) {
      .saboxplugin-gravatar {
          display: none;
      }
    }
Viewing 1 replies (of 1 total)

The topic ‘Hide Avatar (mobile)’ is closed to new replies.