Okay
  Public Ticket #1286470
Remove photos from Guest posts
Closed

Comments

  • Semmyd started the conversation

    Hi,

    In the guest posts, there are icons - place holders for photos. How can I remove them as I dont want to put up any photos.

    Also there are opening quotation marks for the Guest posts but no closing quotation marks. Is it possible to get closing ones as well.

    Cheers

  •  234
    Elena replied

    Hi there,

    Go to Appearance -> Additional CSS and paste there the following code:

    .guest-avatar {display:none;}

    This is for the closing quotation marks, though imho that's not necessary:

    .block-guestpost .guest-post .guest-quote p:first-of-type:after { content: '\201D'; font-size: 3rem; left: 1rem; position: relative; top: 0.75rem; line-height: 0; }

    Cheers, P.