Hi,
We would like to replace the solid color in the SimpleX themes header with an image. It would be most kind if it could be explained how we have to do this.
Regards,
Michael
http://www.lisztpress.com
Replace SimpleX header with an image
(13 posts) (4 voices)-
Posted 9 months ago #
-
Open simplex/css/default.css and in line 8 you would see the #header{background: #282923;} defined. Now you can replace the given color with your desired image.
e.g.
#header { background: url(../images/bg.jpg)no-repeat; }Make sure that the image is inside the images folder.
Thanks..
Posted 9 months ago # -
Where can I find the default.css file in simplex? The only files that I see ending with .css in the theme editor are style.css and ie.css
Regards,
MichaelPosted 9 months ago # -
Its inside css folder which inside simplex folder.
simplex -> css -> default.css
If its not there please download it again.
Thanks..
Posted 9 months ago # -
Its inside css folder which is inside simplex folder.
simplex -> css -> default.css
If its not there please download it again.
Thanks..
Posted 9 months ago # -
We have,
* Stylesheet (style.css)
* ie.css (ie.css)Should it be here?
Greetings,
MichaelPosted 9 months ago # -
Yes it must be there. Those are the basic style defined. And for the options its defined inside the css folder.
simplex -> css -> default.css
There are three styles defined inside the css folder for the three options for you to choose.Thanks..
Posted 9 months ago # -
Hi,
We are looking for:
Open simplex/css/default.css and in line 8 you would see the #header{background: #282923;} defined.We looked in:
* Stylesheet (style.css)
* ie.css (ie.css)But we cannot find this.
We also downloaded the theme again as you suggested but also here we do not find #header{background: #282923;}
it would be most kind if you can explain what we have to do.
We tried to access the information through appearance/editor in the wordpress admin instead of going to 'css' since we could not find an option called 'css'. Perhaps you could indicate where it is located?
Cheers,
Michael
http://www.lisztpress.comPosted 9 months ago # -
Inside "simplex" theme folder there is a folder named "css". There are three files namely
autumn.css, default.css, wordpress.css. Now inside default.css in line 8 you will see the line
#header{background: #282923;}Thanks..
Posted 9 months ago # -
Hi,
Thank you for explaining! We can place an image in the header and it works fine with firefox and with google chrome. In internet explorer it doesn't show up. Maybe you can explain how we have to place the image, so that it also shows up in internet explorer?
Cheers,
MichaelPosted 9 months ago # -
I don't see any images in your header. LIke sanam is suggesting, please open wp-content/themes/simpleX/css/default.css and find the class called #header. Into that you have to put your header background.
#header { background: #000 url(../images/bg.jpg) no-repeat; }and you will need to have your bg.jpg inside the wp-content/themes/simpleX/images folder.
Posted 9 months ago # -
Hi,
We removed the image as Internet Explorer is not recognising the image. But we will try again. We have the same problem in our webshop, many product images don't show up in internet explorer. (firefox and google chrome are fine)
Thanks!
Greetings,
Michael
http://www.lisztpress.comPosted 9 months ago # -
Dear Chandra,
We could place the image in the header!!! We kindly thank you all for the help.
Cheers,
Michael
http://www.lisztpress.comPosted 9 months ago # -
please,
cannot move the logo on the left with IE
someone can help me?Posted 6 months ago #
Reply
You must log in to post.