i created a custom menu called “top-navigation”. Now I’d like to style it with css.
Any idea how that works?
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First of all, if you’re not using Firebug for Firefox, you need to be.
That said, have you already added the menu to your site somewhere? If not, go to /admin/build/block and put the menu’s block in a block region.
Once that’s done, just use Firebug (or you can just view source) to figure out the ID or class of the menu, and then use that in your CSS.