I don’t understand this at all. Not because of my english, but I’m not good in it. I try to explain something what I have done and maybe you will be able to help me. I’m total amateur. My page is: https://zgrupowanie.net
I made a copy of header.php and I renamed it on header1.php (So I have two files header.php and header1.php)
After this, in single.php- In the first line, I changed the <?php get_header(); ?> on <?php get_header( ‘1’ ); ?>
In CSS I also copied part of code which is responsible for header, and I made other for header1:
/* 6. Header */
#header { background: url(images/bg-header.png) repeat-x; height: 95px; margin: 0px 0px 0px 0px; padding: 4px 7px; line-height: 90px; border-top: 0px solid #fff; }
.imagelogo { float: left; background: url(images/logo.png) no-repeat; width: 510px; height: 90px; margin: 10px 0px 0px 0px; cursor: pointer; }
.textlogo { display: inline; float: left; width: 210px; margin: 20px 0px 0px 5px; text-transform: uppercase; color: #fff; }
.textlogo h1 { margin: 0px 7px 0px 0px; font: 44px/44px Impact, Arial Black; }
.textlogo h2 { font: 12px/16px Arial; }
.textlogo a, .textlogo a:hover, .textlogo a:visited { color: #fff; text-decoration: none; }
And there in css header I changed the image file in the first line: background: url(images/bg-header(HERE I changed it to any other image).png)
But unfortunately nothing happened.
Please, if you can- say it as to total amateur- what should I do step by step? Thank you for everything, best regards.