How do you remove the header line at the top of DW focus news theme ?, if you don’t have anything in the widget areas the lines are still there??
Hi John,
In order to remove header lines at the top of DW Focus, please go to Dashboard > Theme Options, then add:
<style type=”text/css”>
.site-header #header {
background: none
}
</style>
To Enter scripts or code you would like output to wp_head():
Let me know if I can provide further help
Regards,
Jennifer
This didn’t work?
This didn’t work for me either.
Can someone please provide support?
Hi there,
Sorry for later reply,
Please change code to:
.site-header #header {
background: none !important;
}
Regards,
Jackie
nothing happened, the lines are still there. See .. http://www.geomarketingdigital.com
Oks. I Resolved.
Thanks.
This hasn’t worked for me – how did you resolve it?
Hi !
– Can you login Dashboard > themeoption > copy code bellow
<style>
.site-header #header {
background: none !important;
}
</style>
image URL: http://imgur.com/ssC2TG9
Regards,
Dominic
This has worked on the full-width site, but as soon as it’s made smaller (horizontal iPad size), these lines come back.
Please login or Register to submit your answer