Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #972622

    hello
    I have 2 masonry elements on homepage,
    the one i want to hide date,but the other i want to show date
    how to do ?

    I use this css code

    .av-masonry-date{display: none;}

    but both masonry’s date are hide

    thanks.

    #972877

    Hey Moaaaaya,

    Please post a link to where we can see the elements and point out on which one you want to hide the date.

    Best regards,
    Rikard

    #973100
    This reply has been marked as private.
    #973466

    Hi,

    Ad the following CSS code please

    .av-masonry-date {
    display: none;
    }

    Best regards,
    Basilis

    #974622
    This reply has been marked as private.
    #974745

    Hi Moaaaaya,

    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

    
    #av-masonry-1-item-1 .av-masonry-date.meta-color.updated {
        display: none;
    }
    .av-inner-masonry-content-pos-content {
        min-height: 41px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #975655

    thanks, it’s work.

    #975689

    Hi Moaaaaya,

    Glad that Victoria helped you :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.