Shape 5

Joomla Templates => Business Look - November 07 - Club => : geewhiz March 26, 2010, 06:50:37 PM



: how to change link style spacing etc in side menu without it changing everywhere
: geewhiz March 26, 2010, 06:50:37 PM

Hi, i am trying to have a side menu that i created have no underline, different font size/color, and more spacing between the links. i thought it should all be controlled in:
Default Joomla menu without images

template_css.css (line 1774)

Code:

/* Default Joomla! Menu */
a.mainlevel  {
   color:#000000;
   display:block;
   font-family:Arial,Helvetica,sans-serif;
   font-size:11px;
   font-style:normal;
   font-weight:normal;
   line-height:25px;
   list-style-position:outside;
   list-style-type:none;
   margin-left:-14px;
   padding-left:8px;
   text-decoration:none;}

But it is not - making changes here doesnt do anything. it seems to be determined in line 907
#popup_div h3, a {
color:#000000;

AND

line 10

a:hover, a:focus {
color:#666666;
text-decoration:underline;
}

But if i change something here, all other links in the site and the topmenu also change...

view site here http://twm.org.nz/index.php

how can i work this ?  Thanks Heaps !


: Re: how to change link style spacing etc in side menu without it changing everywhere
: jonahh March 29, 2010, 10:30:47 AM
If you set your menu to legacy vertical in your site module admin area then the following should effect the menu:

/* Default Joomla! Menu */
a.mainlevel  {
   color:#000000;


: Re: how to change link style spacing etc in side menu without it changing everywhere
: geewhiz April 02, 2010, 03:53:20 AM
If i use legacy the sublinks disappear. Is there another way to define a style for just this menu ?

Thanks !


: Re: how to change link style spacing etc in side menu without it changing everywhere
: jonahh April 02, 2010, 12:58:20 PM
or try legacy flat list perhaps