menu left

GK User
Wed Dec 04, 2013 3:45 pm
I have left to create different menus with different background colors

one is ready and so

Image

your css is

Code: Select all
.box li,.box_text li {
   list-style-type: none;
   line-height: 36px;
   font-weight: normal;
   padding-left: 0;
   border-top: 1px solid #eee;
   background-image:url(../images/back-menu.jpg);
   background-repeat:no-repeat;
   background-color:#027AC8;
   
}


url: http://hagenchile.cl/v2/



the other left menu is

Image


Try it in two ways

your first css is

Code: Select all
.menugatos {
   background:#811458;
   
   }



your second css intend is

Code: Select all
.box2 li,.box2_text li {
   list-style-type: none;
   line-height: 36px;
   font-weight: normal;
   padding-left: 0;
   border-top: 1px solid #eee;
   /*background-image:url(../images/back-menu.jpg);*/
   background-repeat:no-repeat;
   background-color:#811458;
   
}


url: http://hagenchile.cl/v2/index.php/gatos

in the template overrider.css and template.css


changing this section within modules of menus

Image
User avatar
Platinum Boarder

GK User
Thu Dec 05, 2013 2:30 pm
well, I had been forgotten but now stay well




Code: Select all
.box_cat li  {
   list-style-type: none;
   line-height: 36px;
   font-weight: normal;
   padding-left: 0;
   border-top: 1px solid #eee;
   background-image:url(../images/b_cat.jpg);
   background-repeat:no-repeat;
   background-color:#811458;
   padding-left:38px;
   background-position:center left;
   
}


My problem now is that I had to modify the css .a, since this did not take the color of link


Code: Select all
a {
   text-decoration: none;
   color: #ffffff;
}
a:hover,a:active,a:focus {
   color: #CCCCCC;
}



and this I do not like to have changed, I tried putting on "_cat" but not work


thanks...
User avatar
Platinum Boarder


cron