@sergeydi – try this in your child theme / custom css area
.page #intro #intro-core {
display: none;
}
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: http://prntscr.com/g1dfpj).
Thanks!
-
This reply was modified 7 years, 10 months ago by
emranemranx.
Hello, I used @salsaturation ‘s suggestion and it worked to remove the page title, but how do I remove the grey box that is left over? I have attached a screenshot
https://prnt.sc/g4gcxf
Any help is appreciated!
Cheers
Hi Jleong,
You don’t need to use custom code. Please navigate to your Admin Panel > Customize > Theme Options > Homepage Slider and disable it.
Thanks!
Hello,
@emranemranx That disabled my homepage slider, which i use, but did not get rid of the grey box 🙁
Hi Jleong,
You can use this code:
.page #intro {
display: none;
}
Thanks!
Hi @emranemranx,
I used:
div.option1 {
display: none;
}
Is there an issue with my code? Is div.option1
linked to something else?
Thanks.
PS: Please include this in documentation as almost every user using the theme is facing this issue. (BTW it’s a fantastic theme, thanks!)
Hi Ivehas,
Please clarify your requirement.
Thanks!