Hi there,
I have 2 questions for my enfold website.
1) How do I change the gap of my photos that I post on my blog? I don’t like the gap between my photos. It’s a little too wide.
2) Is there a way to remove THE DATE on my blog post?
Thank you so much for your help.
Hi,
Can you post the link to your blog please?
Regards,
Josue
Hi Josue,
Sorry for the late reply.
My new website and blog are not up yet. I’m still working on it.
I want to take care of those 2 problems before first before I go live.
Thank you.
Jose
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
time.date-container, .text-sep-date {
display: none;
}
If that does not help, please at least post a screenshot of your blog layout :) You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
Yigit
Here’s the link http://joseroces.flywheelsites.com/blog/
can you see the date the photo was posted?
Hey!
Tehre is a username / password for the page, we can not check it properly.
Please do let us know those
Best regards,
Basilis
I still can’t figure out how to remove the date on my blog. Can someone please help me?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
span.av-masonry-date {
display:none !important;
}
Thanks,
Rikard
YAY, it works!!! Thank you very much Rikard.