Removal of text above images

Home Forums Calendar Products Events Calendar PRO Removal of text above images

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1382061
    optimized
    Participant

    How to I remove this text from the page ?

    Upcoming Events
    Show only the first upcoming instance of recurring events

    http://eventoscorporativospanama.com/events-photo-view/

    Thanks,

    Mike

    #1383043
    Geoff B.
    Member

    Good evening and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    There are a couple of ways to achieve this:

    1. Create a template override (custom view). You might want to read our Themer’s guide to get a sense of how that works.
    2. Hide that text using CSS

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-photo .tribe-events-page-title, .tribe-events-photo .tribe-events-user-recurrence-toggle {display: none !important}

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1389403
    optimized
    Participant

    Hello Geoff,

    Apologies for my slow reply. Where will I find the Custom CSS metabox to add the code ?

    Regards,

    Mikw

    #1389764
    Geoff B.
    Member

    Good evening Mike,

    Thank you for taking the time to write back.

    It is possible that your theme offers such a Custom CSS box under it’s options.
    But if it does not, simply head over to Appearance > Customize.

    Take a close look and you should see an option called “Additional CSS” or something like that.

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1390284
    optimized
    Participant

    Gotcha!

    How do we bemove previos, next and export events text from below the Events Images ?

    Thanks,

    Mike

    #1390367
    Geoff B.
    Member

    Hey Mike,

    Glad that worked.

    I am thinking you are referring to the single events screen.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .single-tribe_events .tribe-events-cal-links,
    .single-tribe_events #tribe-events-footer .tribe-events-sub-nav {display: none !important}

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1390681
    optimized
    Participant

    Hello Geoff,

    For clarification, I mean http://eventoscorporativospanama.com/events-photo-view/ – so the text below the images.

    Is this the same code ?

    Regards,

    Mike

    #1391247
    Geoff B.
    Member

    Hey Mike,

    Thank you for clarifying.

    Here is some CSS that is specific to that example:

    .tribe-events-photo #tribe-events-footer, .tribe-events-photo .tribe-events-ical {display: none !important}

    Have a good weekend,

    Geoff B.

    #1407129
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Removal of text above images’ is closed to new replies.