Is there a way to add a graphic to a widget header or footer in the basic paid version

  • Issue description: Is there a way to add a graphic to a widget heading or footing in the basic paid version

  • Link to the page with the widget in question: Elfsight

1 Like

Hi @user18191, happy to see you in the community!

I’m afraid I didn’t quite understand your idea, could you please elaborate on what graphic you’d love to add and to which part of the widget? What should this graphic display?

Thank you :slight_smile:

I am using the event calendar widget template here and want to put our logo somewhere on the page – thank you – perhaps I need to use a different template?

Hey @user18191, thanks for your clarifications! :raised_hands:

To help you with your request, I need to consult with our developers first. I’ve contacted them regarding your query, and I’ll get back to you as soon as I hear from them :pray:

@user18191 thanks for waiting! :pray:

Our devs have prepared the CSS code for you:

.eapp-events-calendar-events-calendar-header:after {
  content: '';
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmAKc2JMCsy9CXkbMM5jOGUWB3nBBSVphzyw&s');
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 300px;
  height: 55px;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.eapp-events-calendar-events-calendar-header {
  position: relative;
}

@media(max-width: 400px) {
  [class*="WidgetBackground__Container-sc"] {
    padding: 24px 20px !important;
  }
}

Instead of the added URL, you need to put the link to your logo. Once you do it, please add this code to the Custom CSS section:

Could you please check how the CS works and let me know if you like it? :innocent: