Remove Logo and Footer / Build Website without a Logo and Footer

Hey!

How is it possible to build a website without a logo? When I just remove all logos in the theme options it shows the BeTheme Logo. But I simply don't want to show any logo ( (1) on the picture).

And how can I remove the footer on a page? I couldn't find a way to hide all of the footer on a page, how can I do that? ( (4) on the picture).

I don't want to use the "blank page" Template because I still want to show the menu.

Here is the Link to my website: http://benedikt-falkenstein.de

I hope you can help me!


Best Regards,
Benny

image

image

Comments

  • For Logo I use custom CSS: 

    .logo { display: none; }

    For my webside it works. 
  • Yes that worked!! Thank you! :)

    Based on your answer I found out that this hides the copyright part of the footer:

    .footer_copy { display: none; }


    Cool!
Sign In or Register to comment.