jimdougherty
asked 11 years ago

I found that the previous answer for this question isn’t accomplishing a full-length header. A full-length header cuts off when I apply this change.

Could you please reconsider this and let me know if there is a way to eliminate the ads in the header and leave only the full-length header image?

Thank you!

DW-Focus Header

1 Answers
DominicStaff
answered 11 years ago

Hello Jimdoughert !

To remove the sections on header so you can add a banner, please follow the step by step below:

Step 1:

Log in to Dashboard > Appearance > widget > Header, you need to remove the 3 small advertising sections at the top

To remove the border of the header, please go to theme > customize, add the following code:



<style>

.site-header #header {

    background: none !important;

}

</style>

Step 2:

To set the ads size 770×80 at the top of your site, you can use “Text” widget

Go to Dashboard > Theme > customize and add the following code:

“DW Focus header script”



<style>

.textwidget {

width: 770px;

}

.widget_text {

overflow: visible;

}

</style>

Please don’t hesitate to contact us if you have further questions.

Regards,
Dominic

Powered by DW Question & Answer Pro