Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #307676

    Hi, I would like to hide the blog post filename when it’s displayed in the blogpost. Would that be possible? Thanks!

    #307714

    Hey!

    Try adding this code to the Quick CSS:

    .single .title_container{
    display: none;
    }

    Cheers! 
    Josue

    #307729

    Thanks, but that didn’t work! Any other options?

    #307731

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #307737
    This reply has been marked as private.
    #307771

    Hey!

    I can’t view the website – I just see a sentence “Webbplats under utveckling.”.

    Regards,
    Peter

    #307782
    This reply has been marked as private.
    #308021

    Hi!

    I can’t see it right now.

    Best regards,
    Josue

    #308714

    Now it’s opened again and I would preciate if anyone could help me! Thanks!

    #308722

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .entry-content-header {
    display: none;
    }

    Cheers!
    Yigit

    #308727

    Perfect! Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Hide blogpost title/filename’ is closed to new replies.