Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #664237

    Hello, I d like to remove the data from the post showcase – I am using masonry layout and can t find how to hide the date. Please help!
    See the screenshot for more info http://imgur.com/a/w7sJx
    thank you in advance

    #664327

    Hi bbrain123,

    Please try the following in Quick CSS under Enfold–>General Styling:

    span.av-masonry-date {
    display:none !important;
    }

    Thanks,
    Rikard

    #666183

    Hello guys – love Enfold!
    I’m just trying to change the text color and text alignment to centered on the masonry blog.

    The text color has worked by doing this:

    span.av-masonry-date.meta-color.updated {
    color: #addfd7;
    }

    This also worked for the title:

    h3.av-masonry-entry-title { text-align: center !important; }

    However, I can’t seem to align the date to center.

    I would love some assistance, as it’s about to send me to an asylum!!!

    TIA!

    #666186

    Hi!

    Please add following code to Quick CSS before going to asylum

    span.av-masonry-date {
        text-align: center!important;
        display: block;
    }

    :)

    Cheers!
    Yigit

    #666202

    Champion! Thanks for the quick response. I can rest easy now and not bang my head up against a wall.
    Service and support at its best xxx

    #666216

    Hey!

    Great!
    You are welcome, glad we could help!
    We will keep the thread open to hear from the OP, if you have any other questions or issues, please feel free to start a new thread

    Cheers!
    Yigit

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