Tagged: footer
Hi Kriesi and Team-
I am using the Footers that I created in Widgets. However, the headings are not centered (and I would like them to be centered or left-align, not right align). I would also like to eliminate the dates on the blog posts in the far right footer. Do you see those?
In the Enfold dashboard under Blog Layout, I have already un-checked the box for display of “Blog Post Date” but it is still showing up down here.
Thank you!
Hey wanderglow,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
body#top .all_colors .widgettitle {
text-align: center;
}
.news-time {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria