Hi, I would like to hide the blog post filename when it’s displayed in the blogpost. Would that be possible? Thanks!
Hey!
Try adding this code to the Quick CSS:
.single .title_container{
display: none;
}
Cheers!
Josue
Thanks, but that didn’t work! Any other options?
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
I can’t view the website – I just see a sentence “Webbplats under utveckling.”.
Regards,
Peter
Hi!
I can’t see it right now.
Best regards,
Josue
Now it’s opened again and I would preciate if anyone could help me! Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .entry-content-header {
display: none;
}
Cheers!
Yigit
Perfect! Thanks!