• Resolved hyunbass

    (@hyunbass)


    This is my style.css

    I want to know how to change the code so that my website header doesnt show so I can replace it with image or logo.

    Please help me.

    [Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]

Viewing 1 replies (of 1 total)
  • I’m not sure to understand the question

    #headimg {
    	margin:0 auto;
    	padding: 0;
    	width: 940px;
    	height: 296px;
    	background: url(images/header_bg.png) top center no-repeat;
    }
    
    #headimg_1{
    	margin:0 auto;
    	padding: 0;
    	height: 296px;
    	background: url(images/header_bg_1.jpg) top left no-repeat;
    }
    
    #headimg_2{
    	margin:0 auto;
    	padding: 0;
    	height: 296px;
    	background: url(images/header_left_bg.jpg) top left no-repeat;
    }

    you can delete these id / replace them to change the background image of your header

Viewing 1 replies (of 1 total)

The topic ‘Website Header’ is closed to new replies.