Need CSS to fix errors on pages

Home Forums Calendar Products Events Calendar PRO Need CSS to fix errors on pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1241863
    stevebenthal
    Participant

    1725386103c25639b88e2d384ba2a2006e729af0

    This website is not pro yet but it will be. I’m disconnecting one of the others soon as client approves.

    I need the CSS to Remove the “tribe-bar-form” and the “tribe-events-page-title” and all the margin space so the Red Bar w/ the Month and Year is at the top of the page.
    https://genecasey.com/events/category/gigs/

    Also on all of the specific Event pages I need a margin at the top of the page about 150px so my transparent header isn’t overlapping it, and also notice how “Details” and “Venue” is duplicating the text over in the right sidebar
    https://genecasey.com/event/grey-horse-tavern/

    Thanks,
    Steve

    #1242666
    Geoff B.
    Member

    Good evening Steve and welcome back!

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

    With that in mind, I believe the fastest thing would be for me to take a look at your website.

    Would it possible to provide me with temporary credentials (in a private reply) so that I can do that ?

    Currently, the page seems to be protected by a coming soon plugin.

    Best regards,

    Geoff B.

    #1242954
    stevebenthal
    Participant

    This reply is private.

    #1243574
    Geoff B.
    Member

    Good evening Steve,

    Thank you for the credentials.

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

    @media only screen and (min-width: 800px) {
    .fusion-header-wrapper {
    position: relative !important;
    }
    }

    .events-category .tribe-bar-disabled {
    display: none;
    }

    .events-category .fusion-events-before-title {
    display: none;
    }

    .events-category #main {
    padding-top: 0px;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1244205
    stevebenthal
    Participant

    That fixed it thanks.

    #1244332
    Geoff B.
    Member

    Good evening Steve,

    That’s awesome.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Need CSS to fix errors on pages’ is closed to new replies.