Seth Fitzgerald
asked 11 years ago

Hi,

I would like to remove the lines from the header so that I can insert a single large header advertisement.  Also, I would like to change my favicon.

1 Answers
DominicStaff
answered 11 years ago

Hello Seth Fitxgerald !

– To remove the lines from the header, you Log in to Dashboard > Appearance > widget > Header.

see the screenshot: http://imgur.com/8n2qp9M

– Add the following code in the Theme > Customize > General Setting.

 

<style>

.site-header #header {

background: none;

}

</style>

– And to put the 728×90 ads at the top, you can use Text widget

 

<div>

    <a href="http://bit.ly/ZgNf6q" title="Responsive One Page WordPress Theme"><img src=”link image”></a>

    <span>Ads by <a href="http://designwall.com" title="Responsive WordPress Themes">DesignWall</a></span>

</div>

Make sure to add class for the image. See my sample here (i use demo1 and demo):http://imgur.com/pYZWe9l

– Finally: add the following code line in Theme > customize > General Setting.

 

<style>

.demo1 {

width: 728px;

}

.demo{

height: 90px;

}

.widget_text {

overflow: visible;

}

</style>

– If you want to change the favicon on your site, you can open the header.php file / line 20 and add the following code:

 <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">

Hope this helps

Regards
Dominic

Seth Fitzgerald
replied 11 years ago

Hi,

Seth Fitzgerald
replied 11 years ago

Sorry for the late reply, everything but the favicon is working now. I’m not sure how to get the favicon uploaded and working. Any help would be great!

Dominic Staff
replied 11 years ago

To add the favicon to DW focus, you open file header.php / line 18. add the following code : you can change link to your favicon here : http://example.com/myicon.png

Powered by DW Question & Answer Pro