Comments peoplefirstpharmacy started the conversationAugust 29, 2017 at 2:32pmI would like to remove the top header widget off my 404 page. Is there a good way to do this? 1,710Barry repliedAugust 29, 2017 at 3:52pmHi there,To remove the header widget bar from the 404 page please add the following css via Appearance > Customize > Theme Options > Custom CSS: body.error404 .header-widgets { display: none; }If you have any questions, please let me know.Best regards,BarryQreativeThemes.com | WordPress Themes1 Likepeoplefirstpharmacy repliedAugust 29, 2017 at 4:09pmThank you sir. Really appreciate it! Is there a way to let that widget only display on the home page and nowhere else but there? 1,710Barry repliedAugust 29, 2017 at 5:28pmYou're welcome!Please replace the previous CSS line with the following: .header-widgets { display: none; } body.home .header-widgets { display: block; } Best regards,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
I would like to remove the top header widget off my 404 page. Is there a good way to do this?
Hi there,
To remove the header widget bar from the 404 page please add the following css via Appearance > Customize > Theme Options > Custom CSS:
If you have any questions, please let me know.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thank you sir. Really appreciate it! Is there a way to let that widget only display on the home page and nowhere else but there?
You're welcome!
Please replace the previous CSS line with the following:
Best regards,
Barry
QreativeThemes.com | WordPress Themes