IvoryTower
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Imbalance 2 no option for header & backgroundThank you Lola Blabla!!!
Forum: Themes and Templates
In reply to: Imbalance 2 no option for header & backgroundVraiment bien fait! Vous avez fait tout ce que moi, j’ai essayé de faire!
Pouvez- vous me rendre une grande service, et copier toute votre code CSS?
Vous pouvez me l’envoyer par email si ca vous convenez? [email protected]
En plus, j’ai voulu un arrière-plan d’une image, un peu comme ca: https://thepatternedplate.wordpress.com/
Mais tout ce que j’ai trouvé à faire, c’était un couleur comme ca:
remplacer:
body { position: relative; color: #333; }avec:
body { position: relative; color: #333; background: #fef1eb; }Mais avec cette code, j’ai perdu le blanc derrière les posts.
MERCI MILLE FOIS!
NB on peut trouver les code #couleur dessous “theme options”.
Forum: Themes and Templates
In reply to: Imbalance 2 no option for header & backgroundyep, so you have to upload the header you want in your media library & copy the URL
Go into “editor” under appearance
and where it normally says
#header { border-bottom: 1px solid #dedfe0; padding-bottom: 50px; }
instead, put
#header { border-bottom: 1px solid #dedfe0; padding-bottom: 50px; background-image: url(‘URL’); background-repeat:no-repeat; }
(except replace URL with your URL).
I can’t work out how to change the size though, my image keeps getting cropped.
Forum: Themes and Templates
In reply to: Imbalance 2 no option for header & backgroundhttps://www.ivorytowerforum.net
That’s my website… what do you mean?
Forum: Themes and Templates
In reply to: Imbalance 2 no option for header & backgroundI want an image header of 1000px by 250px centred, across the stop.
I need to move my search widget to do that.
And I wanted a background image, but to keep the background of the 4 columns white.
I was playing around with style CSS and I got a header happening, but… I don’t know what I did and I don’t know how to fix it >_<