Okay
  Public Ticket #2644517
Hide portfolio meta
Closed

Comments

  •  1
    jmwunsch started the conversation

    Hello!

    I cannot find how to hide the date and heart button on the Portfolios. I feel really stupid, but couldn't even write a css for that. Please could you help me out?

    Thank you,

    Johannes

  •  2,963
    Andrew replied

    Hi There,

    Please try this css:

    body .nectar-love-wrap i[class^="icon-"] {
        display: none;
    } .portfolio-items .col p, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls li span:not(.text) {
        display: none;
    }

    Thanks.


  •  1
    jmwunsch replied

    That worked! Thank you!