• Resolved kourosh77

    (@kourosh77)


    Hello.

    I want to remove those blue stars which contain the date and time on top of each event in the widget :

    How can I do that?

    Thanks in advance!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Truman

    (@tdorn)

    Hi there,

    Normally with these widgets, you would be able to maybe hide this part with CSS, but I was not able to find the container that only had these. It almost seems like the icons are part of the images. But I also want to note that on a regular site with Elementor, this is not how they look, so they had to have been customized in some way already?

    You will want to look into a PHP Template override to remove these, here is the guide on all the widgets.

    Depending on the one you are using, you’ll want to find the page for that and then it should have some tips on how to edit the template.

    You can let me know if you have questions!

    Thread Starter kourosh77

    (@kourosh77)

    After a day of searching in the theme file editor I found the code and managed to remove it. I’m not educated in coding or website design but I believe my theme comes with trx addons and the events were customized through that, I think.

    Plugin Support Abz

    (@abzlevelup)

    Hi @kourosh77, good to know that my colleague Truman was able to help you here. I also appreciate the updates. No worries, we could try a different route. If the workaround you used didn’t work, I could suggest doing custom CSS.

    Go to Appearances → Customize → Additional CSS and insert this Custom CSS here:

    .sc_events_item_meta { display: none; }

    Moreover, you could also try installing this third-party plugin that allows you to insert code snippets on your website → https://wordpress.org/plugins/code-snippets/.

    It should work after applying this snippet. Make sure to clear the cache after. Moreover, You can check our Themer’s Guide to learn more about implementing CSS customization → https://theeventscalendar.com/knowledgebase/knowledgebase-category/customizing/.

    Let me know how it goes on your end and how you would like to proceed. Keep me posted.

    Best,
    Abz

    Plugin Support Abz

    (@abzlevelup)

    Hey @kourosh77, this thread has been inactive for a while, so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up, and we’d be happy to help.

    Cheers,
    Abz

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing date and time from the “Events list” widget’ is closed to new replies.