Tagged: blog post
Hello, I d like to remove the data from the post showcase – I am using masonry layout and can t find how to hide the date. Please help!
See the screenshot for more info http://imgur.com/a/w7sJx
thank you in advance
Hi bbrain123,
Please try the following in Quick CSS under Enfold–>General Styling:
span.av-masonry-date {
display:none !important;
}
Thanks,
Rikard
Hello guys – love Enfold!
I’m just trying to change the text color and text alignment to centered on the masonry blog.
The text color has worked by doing this:
span.av-masonry-date.meta-color.updated {
color: #addfd7;
}
This also worked for the title:
h3.av-masonry-entry-title { text-align: center !important; }
However, I can’t seem to align the date to center.
I would love some assistance, as it’s about to send me to an asylum!!!
TIA!
Hi!
Please add following code to Quick CSS before going to asylum
span.av-masonry-date {
text-align: center!important;
display: block;
}
:)
Cheers!
Yigit
Champion! Thanks for the quick response. I can rest easy now and not bang my head up against a wall.
Service and support at its best xxx
Hey!
Great!
You are welcome, glad we could help!
We will keep the thread open to hear from the OP, if you have any other questions or issues, please feel free to start a new thread
Cheers!
Yigit