Hi @neojits,
You can use the following custom CSS code into the Theme Options > CSS to hide the meta values you are expecting.
.single-espresso_events .p-meta
{
display:none !important;
}
Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
It has been also found that you are still using the older version of the X i.e. 8.3.0. I would suggest you follow the below steps while updating the X theme and the Cornerstone.
- Delete the Cornerstone
- Update the X theme to the latest version on automatic updates
- After the X theme is updated, use the link in the dashboard to automatically install the Cornerstone. It will be at the latest version
Thanks