Okay
  Public Ticket #1067414
Get rid of date
Closed

Comments

  •  2
    Hekolo started the conversation

    Does anybody know how to get rid of the date (on the fonrt page portfolio gird) for all published portfolio items?


    Cheers,

    Chris

  •  2,719
    Andrew replied

    Hi there,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

    Looking forward to your reply :)

    Cheers! 

  • Arif replied

    I would love to know this too

  •  2,719
    Andrew replied

    Hey guys, 

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    .vert-center p {
        display: none!Important;
    }

    I hope this helps 

    Cheers

  •  2
    Hekolo replied

    Hi Andrew,

    many thanks, that worked well for the date. Bute I also need to get rid of the title...can you provide me with CSS code agaian?


    Cheers,

    Chris

  •  2,719
    Andrew replied

    Hi there,

    Thanks for keeping in touch with us.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    .work-meta {
        display: none!Important;
    }

    Please let me know if there are any more questions that I may answer for you

    Cheers!