Logo image on mobile style

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Fri Aug 09, 2013 12:02 pm
Hi, a have several questions about template, but for start, want to change logo picture for mobile style. Where to change that?

And also want to remove option for font hight managing on articles - where to disable it?
Thanks in advance,
User avatar
Fresh Boarder

GK User
Fri Aug 09, 2013 3:08 pm
Hi,
this template don't allows you to choose logo only for mobile view,
so you have to use @media from CSS3 and choose when mobile logo should appear and override "classic" one.
User avatar
Platinum Boarder

GK User
Fri Aug 09, 2013 3:13 pm
For example

Code: Select all
@media all and (max-width: 640px) {
 
h1#gkLogo a.cssLogo {
    background: url(".....path..../mobile-logo.png") no-repeat scroll 0 0 transparent !important;

}



It should help you, if you'll add a right path to your mobile logo png.
User avatar
Platinum Boarder

GK User
Fri Aug 09, 2013 9:15 pm
Thanks, but that code - where to put, in template.css or other?
User avatar
Fresh Boarder

GK User
Sun Aug 11, 2013 9:15 pm
tetta wrote:Thanks, but that code - where to put, in template.css or other?


Any idea? thanks ;)
User avatar
Fresh Boarder

GK User
Tue Sep 24, 2013 12:29 pm
Hi. I'm having problems with the above code.
Shouldn't there be a closing statement after the first bracket ?

I would like to change the mobile logo.
Is there a file in the template that is for the mobile logo ?
Where is it exactly ?

If not then please clarify for the above css code. It's not working.
Path name (".....path..../mobile-logo.png") is changed appropriately to my configuration

Thank you.
User avatar
Junior Boarder


cron