Remote date in next post button
Hi everyone,
Does anyone know how to remove the time & date in the next post button, in the BeTheme Photography template? Thanks in advance!
Kind regards, Fabian
Hi everyone,
Does anyone know how to remove the time & date in the next post button, in the BeTheme Photography template? Thanks in advance!
Kind regards, Fabian
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot showing your issue.
Thanks
Hi! Thanks for your response. This is the link to the website:
Hello,
You can remove the date by writing the custom CSS code and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that?
Best regards
Hi! Yes please! We've tried this already, which works for the post itself but doesn't seem to work for the button:
.post-meta .author-date { display: none; }
Please, use the following code:
Thanks
Great! Thanks a lot!