Shopify themes, liquid, logos, and UX
Hi,
I'd like to be able to delete the blog post dates in several areas...
I've looked repeatedly and haven't found where this is located.
I've tried deleting the below line under "Sections" then "home_featured_blog.liquid", but nothing changed.
<time class="article__date">{{ 'now' | date: format: 'month_day_year' }}</time>
Can you please help? My site is ParrotUp.com
Clarification the dates of blog posts are intrinsically part of the data in the API, deleting the blog post is the only way to "DELETE" such data.
So you cannot delete blog dates what you want is to not display or not render blog posts dates.
To not visually display the blog dates you can CSS like the follow:
Always backup your theme before making changes.
time.article__date {
display: none;
}
add it to your themes relevant CSS file, theme.css ,style.css, custom.css etc
If your dates are sensitive and shouldn't be in the source code at all you will need to find all the locations in your templates, sections and snippets which varies wildly by theme.
If you need to hire further support contact me at paull.newton+shopifyforums@gmail.com
User | RANK |
---|---|
133 | |
97 | |
88 | |
62 | |
53 |
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By