Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1413978

    PierreMeul
    Participant

    Hi, I am displaying some of the Portfolio items on main page correctly and I would like to avoid the creation date to be shown on these images below them as you can see on this screenshot.

    How to do this?

    Thank you
    Pierre

    #1414078

    Jade
    Moderator

    Hi Pierre,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1414110

    PierreMeul
    Participant
    This reply has been marked as private.
    #1414606

    Friech
    Moderator

    Hi There,

    You can add this on Custom > Global CSS on Customizer.

    .home .x-recent-posts .x-recent-posts-date {
    	display: none;
    }

    But before you add that, make sure you correct the last CSS rule you added. That seems to be incomplete (no closing bracket).

    Hope it helps, Cheers!

    #1414634

    PierreMeul
    Participant

    Perfect, I also added the missing bracket at the end of the code and all seems to be OK.

    Thank you Friech.

    #1414888

    Thai
    Moderator

    You’re most welcome 🙂