Hi @sergeydi,
You can follow salsaturation’s code to hide the header. However, to reduce the header size without needing to hide the header, you can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:
#slider .rslides, #slider .rslides li {
max-height: 300px;
}
Also, if you only want to hide the slider without hiding the menus, then you can use this options (see: https://prntscr.com/g1dfpj).
Thanks!
-
This reply was modified 7 years, 4 months ago by emranemranx.