Remove

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1578822
    Magnesium
    Participant

    HI

    I need to remove the “<< View Event” text (link) at the top of each ticket type please. I do not want users to be able to view any of the events, they should only be able to amend their attendee information.

    This is extremely urgent as the site is live and clients are busy updating their attendee information as we speak.

    Thank you

    #1578857
    Jeremy
    Keymaster

    Hi Elton,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    I don’t see the “<< View Event” text you are referring to. Or did you mean the “« All Events” text? If that’s the case, it seems you found a way to hide it via css as it has font-size: 0.

    Waiting for your reply,

    Have a nice day,
    Jeremy

    #1578906
    Magnesium
    Participant

    HI

    By me reducing the font size to “0” is not what i require as this drops all the body copy to “0”. I just need to hide “<< View Event” text only.

    Are you able to assist?

    #1578941
    Jeremy
    Keymaster

    Hi Elton,

    Ok, then could you add the following CSS snippet, either in your Child Theme’s style.css file or in Appearance > Customize > Additional CSS:
    .tribe-events-single .tribe-events-single a { display: none; }

    Please let me know how it goes,

    Cheers,
    Jeremy

    #1578986
    Magnesium
    Participant

    This reply is private.

    #1579810
    Jeremy
    Keymaster

    This reply is private.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove’ is closed to new replies.