Christmas Version

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sun Dec 04, 2011 5:02 pm
How can i implement this version into another template?
User avatar
Senior Boarder

GK User
Sun Dec 04, 2011 11:15 pm
In the template_css.css i have this code:

Code: Select all
/* Logo
------------------------------------------------------------*/

a#logo,
a#logo_styled {
   background: url

('http://www.santaremdigital.com/templates/gk_corporate/images/style1/logo.png') no-repeat 0 0;
   margin:0 0 0 0;
   float:left;
   display:block;
   height: 70px; 
   width: 254px;
}
a#logo_styled + span {
   display: none;
}

/* Basic wrapper styles
-----------------------------------------------------------------*/


In style1.css i use this:
Code: Select all
a#logo_styled + span {
   display: block;
   background: transparent url('http://www.santaremdigital.com/images/christmas_logo.png') no-repeat 0 0;
   width: 157px;
   height: 172px;
   position: absolute;
   top: -77px;
   left: 250px;
}


If i use a#logo_styled { instead of a#logo_styled + span { the santa hat will show, but my logo disappear.
How can i resolve this?

Regards,
Cipriano
User avatar
Senior Boarder


cron