hope this makes sense, thanks
Hi mike0077,
You would need to use page specific css to target the other items inside the header and do a display: none declaration on those class selectors. If you are using the responsive setting it would have to be done for the mobile menu as well.
If you can show an example page we can assist with a bit of sample css you can use.
Regards,
Devin
i want to remove the blue bar at the top please, thanks : )
Hi,
You can add this on your custom.css or Quick CSS
#header_main {
display: none;
}
#header_meta {
min-height: 0;
}
.fixed_header.social_header #main {
padding-top: 0;
}
Regards,
Ismael
great thanks for that