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

    Is it possible to remove the date from certain posts (or certain masonry portfolios)? I’d like to keep the date in my blog, but am using posts to display products and don’t see a ‘hide date’ in the view options (only can hide title or excerpt)

    #493642

    Hey shirtandsimple!

    Can you please post the link to your pages and point out the dates you would like to remove?

    Regards,
    Yigit

    #493652

    I’m developing on a local server… when I look at the masonry portfolio on the enfold demo, there is a title and exceprt that shows up, but now date. When I create the same thing on my site, I see the post date under the excerpt.

    #494120

    Hey!

    not sure what you mean and it would be best for us to see what you are talking about. Let us know when you are ready to send us a link, so we can provide you some CSS code.

    Cheers!
    Andy

    #505645

    Our site is finally live so you can see what I mean. Look at this page for a sample – http://www.bos.com/products/tables/

    When you mouse over the products, the title, excerpt and date comes up. I’d like to remove the date. I didn’t see this happening on your masonry portfolio on the demo site – the way you have it there is what I want. I have added login detail to an admin in the private content if you need to take a look.

    #505695

    Hey!

    Add this to your custom CSS.

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

    Regards,
    Elliott

    #533766

    I tried to ad this to the custom css but it didn’t seem to work. Could you let me know how to remove both the date and the number of comments from the grid portfolio? You can see on this page http://www.bos.com/showcase/rush-copley/ (scroll to bottom) that the three portfolio options are showing the number of comments and date posted under the title. I want these removed (mostly because I don’t allow comments on my pages so they will always be zero).

    #534250

    Hi!

    Please add following code to Quick CSS

    .slide-meta { display: none !important; }

    Cheers!
    Yigit

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