hi Im using a magazine element to display blog posts in a specified category. i have tried these 2 bits of short code but they don’t work:
.av-masonry-date {
display: none !important;
}
.single-post .date-container {
display:none !important;
}
cheers,
james
Hey James,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
time.av-magazine-time {
display: none;
}
Best regards,
Yigit
That works – thank you.
Also is there quick css to increase the size of the title field in the magazine element?
Hey!
Yes, please add following code to Quick CSS as well
.av-magazine .av-magazine-content-wrap .av-magazine-title {
font-size: 19px;
}
Cheers!
Yigit
that works aswell. thanks
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit