Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Other
Remove header from just one page
BIUSA
August 2014
in
Other
How do we remove the whole grey header from just our Client Login Page?
http://backgroundinfousa.f17.us/sign-in/
Comments
Albert
August 2014
Hi,
this can be done only within css. So please use below custom css to remove header from client login page:
.page-id-2950 #Action_bar { display: none; }
2950 is page ID and if you want to play with similar css in the future, you can do it yourself. Just use Firebug for that. This tool was described on
http://themes.muffingroup.com/betheme/documentation/#theme-customizations
BIUSA
August 2014
The CSS code worked perfectly. Thank you so much for your quick and accurate response!
Sign In
or
Register
to comment.
Comments
this can be done only within css. So please use below custom css to remove header from client login page: 2950 is page ID and if you want to play with similar css in the future, you can do it yourself. Just use Firebug for that. This tool was described on http://themes.muffingroup.com/betheme/documentation/#theme-customizations