hi, i need help to include/ add in an additional tab at the top nav bar (on the top left).
the default nav bar shows tabs of the home page, and subsequent pages that are created.
but currently i would like to incluce a particular category page, for example : http://www.mysite.com/category/news onto the top nav bar. normally this will works if i just locate the nav bar code on the header page and add in the code like:
<li>
<a href="http://www.mysite.com/category/news">News</a></li> within <ul> </ul> loop. this works for other theme that I have used. but when i do this on flexibility2 theme, the tab did appears there as per required, but the box color, the font size, the round corners of the tab is mismatched and not in alignment with the other tabs. i believe there may be some kind of error but i do not know how to fix this..
pls advise how can i add in a new tab in the top nav bar, and this new tab will still be of the same design, color, etc as the other tabs when veiwing. thanks…
Eric