Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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!

    #748143

    Hey 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!
    Basilis

    #748151

    Thank 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!

    #748752

    Hi,

    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,
    Rikard

    #749691

    Hi 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!

    #749768

    Hi,

    Have you tried adding the specific page id? Try the following:

    .page-id-417 .av-masonry-date{
    display:none !important;
    }

    Best regards,
    Jordan Shannon

    #749783

    Unfortunately, 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;
    }

    #749800

    Hi,

    Did you try adding it to the Quick CSS section?

    Best regards,
    Jordan Shannon

    #749815

    I just tried that now, but still no change. The dates are very stubborn!

    #749819

    Hi,
    If you get a chance, please share your admin info privately so I may log in and take a look.

    Best regards,
    Jordan Shannon

    #749821

    Yes, no problem. You can see all my changes at the bottom of the Enfold Child style.css – I just left them all in there.

    #749843

    Hi,

    Has any of your custom css been applying correctly?

    Best regards,
    Jordan Shannon

    #750133

    I 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. :)

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Remove date on masonry, homepage’ is closed to new replies.