Is there a way to hide the "date/" at the bottom of the post pins?
I've tried everything and am hoping that I've just missed the obvious.
Thanks!
Best Answer James B , 15 January 2013 - 12:17 AM
Hi there, unfortunately there's no options inside the postpins section to hide this data. You can hide it using css though. Paste the code into Pagelines>site options>custom code
.postpin .pin-bottom {
display: none;
}
Go to the full post
Posted 14 January 2013 - 07:18 PM
Is there a way to hide the "date/" at the bottom of the post pins?
I've tried everything and am hoping that I've just missed the obvious.
Thanks!
Posted 14 January 2013 - 07:23 PM
Can you please post a link to your site?
Posted 14 January 2013 - 08:05 PM
Thanks!
Posted 15 January 2013 - 12:17 AM Best Answer
Hi there, unfortunately there's no options inside the postpins section to hide this data. You can hide it using css though. Paste the code into Pagelines>site options>custom code
Posted 15 January 2013 - 04:41 PM
That was perfect! Thank you. I will start a new topic for my last two questions, but before I do, is there a CSS/LESS cheat sheet anywhere?
Posted 15 January 2013 - 04:53 PM
No, there isn't a cheatsheet for this (Firebug or other inspection tools must be used to identify CSS selectors).
Posted 17 January 2013 - 06:24 AM
Thanks, I appreciate it.