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

    Good evening
    Tourism website, I have used the category post to display the list of hotels and lodges we work with:
    https://www.mopanesafaris.com/category/hoteles/botswana/
    I would need to hide the information about the post: date, author, category description, as well as I will the image selected for the post appears a bit bigger, maybe 150×150
    I know it has to be something very simple and basid, but I don’t find the way to do it.
    Hope you can help
    Kind regards

    #925173

    Hey ANA ISABEL,

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

    .category .post-meta-infos {
      display:none !important;
    }
    
    .category .small-preview {
        width: 150px !important;
        height: 150px !important;
    }

    Best regards,
    Rikard

    #925185

    Dear Rikard
    Worked perfectly
    Thank you

    #925352

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #925378

    Dear Rikard
    On my side as it is working perfectly, and this code also permite to me make smalls modifications, you can close this thread.
    Thank you again

    #925409

    Hi,

    Glad that Rikard helped you and thanks for using Enfold, have a great day! :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide date, author and category description in post listed’ is closed to new replies.