Okay
  Public Ticket #838286
Hiding Project Titles in v. 7.0.9
Closed

Comments

  •  2
    Serfyer started the conversation

    Hello!

    I'm trying to hide the date that sows on hover for my projects (at bottom of page I provided link to) but can't seem to find the right code. Below is code I found on a salient forum that didn't work:

    body .portfolio-items .col .work-info .vert-center p {
    display: none!important;
    }

    I then tried my own spin with this, though it didn't work either:

    body .portfolio-items .col .work-item .style-5 p {
    display: none!important;
    }

    I can't figure out how to target the date specifically in order to hide it.

    Thank you in advance :)

  •  8,994
    Tahir replied

    Hey ,

    Simply uncheck this option : http://prntscr.com/bvux3l

    Bes.t


    ThemeNectar Support Team 

  •  2
    Serfyer replied

    I can't believe I missed that :(. Thank you very much for pointing that out.