westleema

Estimable
May 18, 2015
17
0
4,560
i have a blog [link removed] i want to change the black menu bar (under my logo) but in the HTML i founded </ul> <ul> and <li> </li>. im trying to change it, after i changed it my blog messed up. i don't know what is that. Please help me
 

JustifyHerko

Honorable
Nov 9, 2013
11
0
10,570
Yeah that's correct, for example.

<div id="menu">
<ul>
<li class="red">home</li>
<li class="green">about us</li>
<li class="blue">contact</li>
</ul>
</div>

If you menu has a name like "Menu Bar" Just use something like that above to change colour.
 

westleema

Estimable
May 18, 2015
17
0
4,560

how to add more menu?