Hi! I would like to hide “THIS IS A REPEATING EVENT” header for repeating events. I cannot locate that CSS to hide it. Can you help?
Jul 6,2022 AT 8:22PM - 2 years ago -Hi Burns,
Please send a screenshot of the text you are referring to so that I can take a look and advise accordingly.
See the orange-red highlighted text at the top. “THIS IS A REPEATING EVENT”.
Hello,
Please use the custom CSS code below:
.eventon_events_list .evose_repeat_header span.title{display:none;}
Please add the custom CSS code to “EventON Settings > Styles” and save changes. If you do not see the new style changes, Go to “EventON Settings > Styles & Scripting > Turn off write styles to header” Click save changes – to write the styles css code direct into page header. You can turn this off once the cache is cleared. You can also clear cache on your website via wordpress and/or from server to make sure new style changes are populated into page.
How do I remove the pictured date “february 16, 2023?”
Is there any anticipated detrimental effects with SEO to remove this?
(This was something that is added when I activated the repeating events)
Hello ryan lutz,
Please use this code:
.evose_repeat_header .ri_nav em { display: none !important; }
Crawlers still will be able to see the text.