-
AuthorPosts
-
February 16, 2017 at 8:52 pm #748134
Hello, I am trying to remove the dates from the masonry on my homepage, here: https://clientei.com
I have searched the forums and tried adding the following to my CSS, but none of it seems to work:
span.av-masonry-date {
display: none;
}span.av-masonry-date {
display: none; !important;
}span.av-masonry-date.meta-color {
display: none;
}span.av-masonry-date.meta-color.updated {
display: none;
}Can you help me figure out what I’m doing wrong? I am new to CSS so just trying everything. Thanks in advance!
February 16, 2017 at 9:34 pm #748143Hey pointpolish!
Can you please add it back again also the following
.av-masonry-date { display: none !important; }
And let us know if that works out for you?
Thanks a lot
Cheers!
BasilisFebruary 16, 2017 at 10:09 pm #748151Thank you so much for your prompt response! I have tried adding .av-masonry-date { display: none !important; } to my CSS and cleared my cache but the dates are still showing up. Is there something else I need to do? Thanks again!
February 18, 2017 at 5:15 am #748752Hi,
Where did you add the CSS? Are you sure that CSS from the source is applying? Could you try it in Quick CSS to see if works there?
Best regards,
RikardFebruary 21, 2017 at 2:25 am #749691Hi again,
I added the code to my Enfold child style.css and also tried adding it to Quick CSS under Theme Options. It didn’t change anything. :(
Any other suggestions? Thanks very much!February 21, 2017 at 7:41 am #749768Hi,
Have you tried adding the specific page id? Try the following:
.page-id-417 .av-masonry-date{
display:none !important;
}Best regards,
Jordan ShannonFebruary 21, 2017 at 7:59 am #749783Unfortunately, that also did nothing. Thank you very much for the suggestion though. This is what I added to my Enfold child style.css:
.page-id-417 .av-masonry-date {
display:none !important;
}February 21, 2017 at 8:23 am #749800Hi,
Did you try adding it to the Quick CSS section?
Best regards,
Jordan ShannonFebruary 21, 2017 at 8:48 am #749815I just tried that now, but still no change. The dates are very stubborn!
February 21, 2017 at 9:00 am #749819Hi,
If you get a chance, please share your admin info privately so I may log in and take a look.Best regards,
Jordan ShannonFebruary 21, 2017 at 9:06 am #749821Yes, no problem. You can see all my changes at the bottom of the Enfold Child style.css – I just left them all in there.
February 21, 2017 at 9:51 am #749843Hi,
Has any of your custom css been applying correctly?
Best regards,
Jordan ShannonFebruary 21, 2017 at 7:38 pm #750133I just had to purge the cache from my Cloudflare account and now the changes are showing up. I’m so happy! Thanks very much for all your help. :)
-
AuthorPosts
- The topic ‘Remove date on masonry, homepage’ is closed to new replies.