How do I make the menu background transparent so that it adopts the template background colour?
The menu does not seem to use all of the module, the right hand side of the menu border is not the same distance from the module border as on the left hand side. Is there any way to correct this?
Link
www.taxhunter.com.au
Have already added the following to remove dots from menu;
Add the next CSS rule:
Code:
--------------------------------------
DIV.ux-menu-container UL.ux-menu LI
{
padding: 0;
}
--------------------------------------