Any Event Page, Can't See White Navbar

Home Forums Calendar Products Events Calendar PRO Any Event Page, Can't See White Navbar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1345742
    Daniel
    Participant

    I have a white navbar, and when you go the events page at

    http://www.gatewaybible.org/event/
    or a single event like
    http://www.gatewaybible.org/event/womens-retreat/

    You can’t see my navbar, because it is white.

    How can I fix that?

    #1346549
    Victor
    Keymaster

    Hi David!

    Nice to see you again 🙂 Let me try to help you with that.

    I had a closer inspection to the navbar in your site and it seems that’s being caused by its background color being transparent, which looks great for your homepage where you have an image behind it. But for the events archive or single event templates this is not ideal.

    I came up with a small CSS snippet that will set a grey background for the events pages. You should place the following code into your theme’s styles.css file or via the WordPress customizer by going to your wp-admin > Appearance > Customize > Additional CSS

    .tribe-events-page-template #main-header {
    background-color: #666 !important;
    }

    You can change the color to the one you’d like. Let me know if it works for you.

    Best,
    Victor

    #1348986
    Daniel
    Participant

    Thanks! Worked like a charm.

    #1349124
    Victor
    Keymaster

    Glad to be of help here 🙂

    I’ll close this now, but feel free to open a new topic if you have other questions.

    Best,
    Victor

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Any Event Page, Can't See White Navbar’ is closed to new replies.