Menubox
-
Hello!
How do I chenge the backgroundcolour of the menubox? And even move the menubox. I wanna have my manubox under the headerpicture and I want white backgruond.
Please, can anyone help me? :)
MadeleineThe blog I need help with is: (visible only to logged in users)
-
What you point to cannot be changed without purchasing an annually renewable custom design upgrade and then CSS editing. Have you purchased that upgrade?
-
-
Missed one of my code tags.
#main-nav { background: #CC0000; position: absolute; top: 240px; width: 100%; } -
When I use that one, my menubox jump down a bit and it gets red?? Something must be wrong :)
-
What was given before was just an example. You should edit the background color code and the top px value to fit with your blog. Here’s another similar example that you can try adjusting:
#main-nav { background: #fff; position: absolute; top: 80px; width: 100%; } -
Note that you shouldn’t copy the entire original stylesheet into the CSS editor and you should just copy in the pieces of CSS that you want to add updates for from the existing CSS.
-
THANK YOU :D Sorry I just have one more question. Right now there are two lines around the menu, how to remove them or make them white?
-
- The topic ‘Menubox’ is closed to new replies.