How can i make the page completley full screen? So that i only have the large slider pictures and nothing under it. So remove the 3 picture blocks, the text, the video blocks and footer Somebody can assist me?
Hello ! Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home .content-container{ display:none; } .home .footer-wrapper { display:none; } Thanks & Regards Pramod
ok, perfect. Worx great. Thanx for the fast response. Now, here at www.mahona-lasterrenas.com. is there a way to make the picture alwyas full screen. Below the picture is a footer and open space. Depends on which browser i use.
ok. Here at www.mahona-lasterrenas.com. I also enclosed a printscreen. On the bottom you see a black footer. I want the picture to be always totally full screen. Picture totally filling. Also, is it possible to make the header and the menu with menu bar transparant?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home .footer-copyright-wrapper { display: none; } You can not make them transparent. Thanks & Regards Pramod