Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #364025

    Hi there,

    Is it possible to hide the Footer only (not socket) on Blog posts only? If so, could you please let us know how?

    Many thanks,

    Robert

    #364032

    Hi rpl_admin!

    Thank you for using our theme.

    To hide the footer on single posts:

    In custom.css or Enfold-> Styles ->QuickCSS put the following:

    
    .single #footer {
        display: none !important;
    }
    

    Best regards,
    Günter

    #364051

    Hi Gunter,

    Well, that certainly seems to have fixed it.

    Excellent!

    Many thanks,

    Robert

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Footer on Blog Posts’ is closed to new replies.