How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Remove avatar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17827
    bMH
    Participant

    Hello,

    I wonder how i can remove this two:

    https://ibb.co/gjKZ1Sp

    Its on blog post.

    #17829
    admin
    Keymaster

    Hello!

    You can hide them using CSS:

    .single-post-bottom .social-icons, .author-card.author-card–top { display: none; }

    #17840
    bMH
    Participant

    Hello,

    It did remove the socials, but not the big author card. Are you sure its right? It says “card-top” in the code, its in the buttom.

    #17844
    admin
    Keymaster

    Hello again!

    I’m sending the correct CSS code (it needed double hyphens).

    .single-post-bottom .social-icons, .author-card.author-card–-top { display: none; }
    
    #17848
    bMH
    Participant

    Thanks. Big help.

    #17854
    admin
    Keymaster

    You’re welcome, we’ll be happy to help you again!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.