Hi there!
I’ve placed my latest portfolio widget in my footer and I would like to hide date and time. Could you help me, please?
Thanks in advance
Arantza
Hi Arantza,
Could you post a link to where we can see the actual elements please?
Best regards,
Rikard
Hi,
Thank you for the info.
You can use this css code to hide the date and time from the posts, and adjust the position of the title.
#portfoliobox-3 .news-headline .news-time {
display: none !important;
}
#portfoliobox-3 .news-headline {
margin-top: 10px;
}
Best regards,
Ismael
is it possible to define the position of the title in relation to the bottom of the image, so that it is always at the bottom? If we relate it to the top, problems may arise in case of titles of more than one line.
Hi,
is it possible to define the position of the title in relation to the bottom of the image, so that it is always at the bottom?
You can try this css code to adjust the positioning of the title. It may require adjustments on different screen sizes.
portfoliobox-3 .news-headline {
margin-bottom: 0px;
bottom: 0;
position: absolute;
padding-left: 40px;
}
Best regards,
Ismael
Ok! Thank you :)
Hi laiaemn,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko