• Resolved beezhuman

    (@beezhuman)


    The header image is being repeated in the Event page and I can’t figure out how to remove the second one. How do I fix the double image so that it’s only a single image at the top of the page?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @beezhuman,

    Please put the CSS below in MEC Settings > Custom CSS:

    .mec-events-event-image img:nth-child(2) {
        display: none;
    }

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Double Header Image’ is closed to new replies.