Hi!
Please help me. I would like remove left menu from specific pages.
I tried use this code: .page-id-167 #header { display: none; }
After that I tried this:
.html_header_left .page-id-167 #main {
margin-left: 0 !important;
}
My home page: https://oktatas.coursemaker.hu
The menu items and logo is removed whit first code, but the blue bar is not.
Thank you for your support!
Peter
Hey Coursemaker,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-167 #main {
margin-left: 0 !important;
}
Best regards,
Rikard
Hi Rikard,
Unfortunately the code doesn’t work.
I attach the screenshot.
Thank you,
Peter
Hi Peter,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_sidebar #top.page-id-167 #header.av_always_sticky {
display:none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thank you! Unfortunately not working.
I would like the blue sideband is fully disappear.
Best,
Peter
Hi Peter,
I did not know you removed code from Rikard, it should be both. Please check you Quick css.
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thank you very much for your support! :)
Have a nice day!
Best,
Peter
Hi Coursemaker,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria