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.
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:
I then tried my own spin with this, though it didn't work either:
I can't figure out how to target the date specifically in order to hide it.
Thank you in advance :)
Hey ,
Simply uncheck this option : http://prntscr.com/bvux3l .
Bes.t
ThemeNectar Support Team
I can't believe I missed that :(. Thank you very much for pointing that out.