Comments 1Carolyn started the conversationJune 15, 2016 at 1:21amDo you have code that I can add for showing an alternative mobile logo? 1,710Barry repliedJune 15, 2016 at 12:49pmHi CarolynThe theme don't have an option for a alternative mobile logo. But with some small code changed it would be possible.Please upload your mobile logo via the Media tab and copy the URL of the logo image.Then use the following CSS to display the logo:@media (max-width: 480px) { .header .navigation .navbar-brand img { display: none; }.navbar-brand { width: 250px; height: 90px; background-image: url( 'your-path-to-logo-image.png' ); }That should do the trick.Best regards,BarryQreativeThemes.com | WordPress Themes 1Carolyn repliedJune 15, 2016 at 9:26pmThank you that is perfect!! Sign in to reply ...
Do you have code that I can add for showing an alternative mobile logo?
Hi Carolyn
The theme don't have an option for a alternative mobile logo. But with some small code changed it would be possible.
Please upload your mobile logo via the Media tab and copy the URL of the logo image.
Then use the following CSS to display the logo:
@media (max-width: 480px) {
.header .navigation .navbar-brand img { display: none; }
.navbar-brand { width: 250px; height: 90px; background-image: url( 'your-path-to-logo-image.png' );
}
That should do the trick.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thank you that is perfect!!