Binary Biscuit
asked 11 years ago

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??

5 Answers
Jennifer N
answered 11 years ago

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

Brokenstar
answered 11 years ago

This didn’t work?

hudsoncounty
answered 11 years ago

This didn’t work for me either.

hudsoncounty
answered 11 years ago

Can someone please provide support?

Jackie Lord
answered 11 years ago

Hi there,
Sorry for later reply,
Please change code to:

.site-header #header {
background: none !important;
}

Regards,
Jackie

Alexandre
answered 11 years ago

nothing happened, the lines are still there. See .. http://www.geomarketingdigital.com

Alexandre
answered 11 years ago

Oks. I Resolved.

Thanks.

TempoMedia
answered 11 years ago

This hasn’t worked for me – how did you resolve it?

DominicStaff
answered 11 years ago

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

TempoMedia
replied 11 years ago

This has worked on the full-width site, but as soon as it’s made smaller (horizontal iPad size), these lines come back.

Powered by DW Question & Answer Pro