How can I add an image on top of the search bar?

Home Forums Calendar Products Community Events How can I add an image on top of the search bar?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1073787
    Leia
    Participant

    Hi,

    Love the plugin but I am a totally newbie and haven’t really got it yet.
    If I would like to add an image on top of the page – over the search bar – can I do that and how? Do I need to make a big customisation?

    I also wonder how I can delete the Google Calendar button. I found how to delete the other one – like this:
    a.tribe-events-ical.tribe-events-button {
    display: none !important;
    }

    What’s the code for Google Calendar button?

    Big thanks!!!

    #1074708
    Hunter
    Moderator

    Hey Leia,

    Welcome back to the forums 🙂

    I believe you can insert the image into the Add HTML before event content box found under Advanced Template Settings in your Events > Settings > Display (see screenshot below).

    To hide the Google Calendar button, try inserting this CSS snippet:
    .tribe-events-cal-links {
    display: none;
    }

    Let me know how it goes and thanks for choosing PRO! Have a great week 🙂

    #1081321
    Leia
    Participant

    Hi again and Thanks Hunter!

    I wonder if there’s any chance to make this image not visible on the single events pages. Only on top of the search bar cause the single events – they already have an image so it looks weird to have 2 images on top of each other.

    I also wonder if there could be another code for hiding the Google Calendar button cause it’s not working?

    Big thanks!

    #1082316
    Hunter
    Moderator

    Hey Leia,

    Welcome back 🙂

    My next recommendation would be to read through our Themer’s Guide. We provide insight on how to create custom template overrides in a easy-to-learn fashion.

    Also, to hide the Google Calendar button, try the following CSS:


    .single-tribe_events .tribe-events-cal-links {
    margin-bottom: 1.75em;
    display: none;
    }

    One way you can easily locate CSS elements is by right-clicking your mouse and opening “Inspect” when viewing a page you want to make changes on.

    Let me know if this information helps and have a great weekend!

    #1087789
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How can I add an image on top of the search bar?’ is closed to new replies.