Tagged: 

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

    Hi,
    how can I hide data from page of category post?

    I have already used;
    span.av-masonry-date {
    display: none!important;
    }
    in CSS, but is not for this purpouse…

    Looking forward hearing from you.
    Best regards
    M;S

    #1407785

    Hey maryenvato,
    Thank you for the link to your site as I understand you want to hide the categories, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_elegant-blog #top .avia-content-slider .blog-categories.minor-meta {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1407833

    Hi,
    thanks for your reply.

    no, I’d like to hide the date of the post.
    see the page in private content.
    if you see, the page show the list of posts in a specific category, in this kind of category-page i don’t want to see the date of posts…
    ;)
    Looking forward hearing from you.
    Best regards

    #1407850

    Hi,
    Thanks for the feedback, try this css instead:

    .html_elegant-blog #top .avia-content-slider .slide-meta {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1407851

    Done!
    Perfect!
    have a nice day.

    #1407853

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide Data in Category Page’ is closed to new replies.