Menu override file

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Thu Jul 12, 2012 3:22 pm
Hi,

I'm currently working on an offline version of Corporate2 and I've created a menu override. Please, I would like to know in which file this override is coded (so I can adapt the code myself and use it to make the same kind of override for the logo).

Thanks in advance.

Leo
User avatar
Fresh Boarder

GK User
Fri Jul 13, 2012 10:24 am
Hi,

The situation has changed but I'm still not able to make successful overrides with the logo, here is what I have :

- As explained in other posts, I placed an "Additionnal Class" on my Main Menu page (as it's in this one that I want to have a different logo layout) which is "home1" (without quote marks).

- In the advanced settings of the template, I activated the CSS override.

- In the override.css file, I placed the following code :

Code: Select all
h1#gkLogo a.cssLogo.home1 {
   background: url('../images/logo.png') no-repeat 0 0;
   position: absolute;
   display: block;
   height: 40px;
   margin: 0;
   text-indent: -999em;
   width: 150px;
   top: 300px;
   left: 700px;
   z-index: 1001;
}


I don't know why but it doesn't work, I think I may have misplaced the ".home1" tag... I would be grateful if you could help me.

Thanks
User avatar
Fresh Boarder

GK User
Thu Jul 19, 2012 2:33 pm
It's been one week since I've posted this (I guess) simple question and no one replied. I eventually solved this matter myself. Inexistant support even though I bought a Life package...........
User avatar
Fresh Boarder


cron