Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #829064

    hello, I would like to remove author name from a page that displays a list of posts from a category –> http://saicinformatica.com/category/ofertes/

    also i would like to remove the rest of the info (date, comments, category)

    how can I do it?

    thanks

    #829283

    Hey jordicassanyes,

    Add the following to quick css:

    .category-ofertes .post-meta-infos{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #829552

    thanks a lot. it worked

    but i have a couple of questions

    I need do this for every category? can I do it for ‘all’ categories?

    if I whoud like to hide one field, for example, only author…. or only comments, or date, or category? how can I do it?

    thanks

    #829677

    Hi,

    Yes, this would have to be done via category so you would need to edit this part specifically in the css:

    .category-ofertes

    As for if you only want to hide one field this would have to be done via css as well.

    Best regards,
    Jordan Shannon

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