Hi,
I’m trying to modify the widget that shows Latest news (blog posts). Can you please let me know if there is an easy way:
1. Remove time/date of post. For now I’ve added this code but it still leaves the empty place there where the date was. Not sure if there is better one to use.
.news-time {display: none; }
2. Position heading to the place where date was (centered towards image). Example of expected output:
I can make heading bigger inside of Enfold Theme settings, but I’m unable to position it properly.
Thanks a lot
Hey,
Thanks for contacting us!
This is a good solution. Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.news-headline {
margin-top: 10px;
}
That would center the title and fix empty space issue as well :)
Best regards,
Yigit
Perfect Yigit, Thanks for quick fix. Feel free to close this one.