Comments 1Samu started the conversationSeptember 29, 2014 at 5:07pmI'm having trouble with the custom CSS not working. For example, I tried adding the following CSS to hide dates on blog posts, but it won't work: .portfolio-items .col .work-info .vert-center p { display: none!important;}And this one I tried to use to hide the header border but that wouldn't work either:body #header-outer[data-transparent-header="true"].transparent { border: none !important; }HELP! :( 8,839Tahir repliedSeptember 29, 2014 at 6:21pmHey!Add this into the Custom CSS box located in your Salient Options panel :.blog article.post .post-meta.no-img { display: none !important; } #header-outer { box-shadow: none !important; } Thanks ThemeNectar Support Team 1Samu repliedSeptember 29, 2014 at 7:40pmThat seemed to work. Thanks! Sign in to reply ...
I'm having trouble with the custom CSS not working. For example, I tried adding the following CSS to hide dates on blog posts, but it won't work:
.portfolio-items .col .work-info .vert-center p {
display: none!important;
}
And this one I tried to use to hide the header border but that wouldn't work either:
body #header-outer[data-transparent-header="true"].transparent { border: none !important; }
HELP! :(
Hey!
ThemeNectar Support Team
That seemed to work. Thanks!