iNove customization help
-
I’d like to purchase the CSS upgrade, but I need to know what I am doing first. I already know how to change the background. I jsut need help with a couple of other things.
So please, someone help me? If you would be so kind?
iNove theme:
– Change the black header from the size it is to a large size. For example, instead of 965X130 I would like it to be 965X 300
-Change the black header completely and replace it with a banner I have made myself.
The blog I need help with is: (visible only to logged in users)
-
-
Sharon,
First, since you’re planning to buy the CSS upgrade, I would recommend you reading this:
http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/
Now, to change the header (dimensions and bg image) you’d modify your “#header” selector like this:
#header { background: #000 url(PATH_TO_YOUR_IMG_HERE) 0 0 no-repeat; height: 300px; }That should do it.
-
-
Paste the code I gave you in the CSS Editor. Unless you want to edit more stuff, that’s the only code that should be there. Make sure the “Add to existing CSS” radio button is checked and save.
-
-
Do you by any chance know how to make the navigation bar and the fnt on it bigger? Sorry for all the questions.
-
The properties of container of the menu (and search bar) are defined in the “#navigation” selector, so you would need to override its current definition with yours. For instance, if you wanted to change the background, you would do it like this:
#navigation {background: #f00;}To change the font, you do it like this:
#menus li a {font-size: 1em;} -
-
- The topic ‘iNove customization help’ is closed to new replies.