Hide Profile Avatar on events pages

This topic contains 6 replies, has 3 voices, and was last updated by  mobloggy-com 6 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #389646

    mobloggy-com
    Expired Member
    Post count: 37

    We just added the new UsersWP plugin to our site. We don’t want the profile avatar to show on the Events because anyone with a login can add an event even if they are not from that business. For example, it shows the Admins profile image of an unclaimed event.

    #389693

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    if you provide a link, we’ll give you the CSS. 🙂

    Let us know,

    Thanks

    #389781

    mobloggy-com
    Expired Member
    Post count: 37
    This reply has been marked as private.
    #389795

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Please try inserting the custom CSS code below into Gd > Design > Scripts > Custom Style CSS and see if it’s what you’re looking for.

    
    
    .single-gd_event .sd-detail-details {
        display:none;
    }
    #390169

    mobloggy-com
    Expired Member
    Post count: 37

    That removed all of the event details. What we would like is for the creator of the events name and image not show on the event. I added a couple of screenshots showing what we want removed.

    #390185

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please try this:

    
    
    .single-gd_event .author-avatar {
        display:none;
    }

    Thanks

    #390323

    mobloggy-com
    Expired Member
    Post count: 37

    Thanks, that worked

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket