Tagged: transparent logo
Hi, i have tried the thread https://kriesi.at/support/topic/logo-for-transparency-is-too-small
The logo is still small. I also tried the css. not sure what to do.
Hi John!
not sure which changes you need. Your logo seems good to me. Which one is too big for you? can you highlight your intentions using screenshots please? (imgur.com, dropbox).
Best regards,
Andy
not too big, too small. no matter what size logo i upload at “full size” it still maintains the default size. i think it must have something to do with using your import feature for the “restaurant theme”
If you look at the thread i linked to you will understand what i mean. the transparent logo should be 479 pixels wide.
Hey!
Please use the css in Enfold > General Styling > Quick css
.logo img {
width: 449px!important;
}
Cheers!
Vinay Kashyap
Hi, it streaches logo, so i tried
.logo img {
width: 479px!important;
height:191px!important;
}
still no go.
Also, i just want the transparent logo to be larger. this affects both logos
Hi!
Please use following code instead
#top .av_header_transparency.av_alternate_logo_active .logo {
height: 145px;
width: 365px;
}
Cheers!
Yigit
Great Job Yigit, i would not have gotten that css declaration. thanks much. i really appreciate. i need it on a few other sites as well.