Hello,
My entire site is going to be blog focused, and I want people to check it daily for new posts. Because of this, I want the date of each post to be very easy to see and “front of show” so to speak. Is there a way to make it much bigger font size and make it very prominent like it is on THIS SITE? http://www.StuckinCustoms.com
Here is MY SITE: http://www.FindingMiddleEarth.com
Thanks!!
Eric
Hi EricMarks!
Please try the following in Quick CSS under Enfold–>General Styling:
.date-container {
font-size: 18px !important;
color: green !important;
}
Best regards,
Rikard
Great! Thanks!!