Forums
Home / Theme: Bootstrap Canvas WP / Logo image
(@ntsolutions)
9 years, 7 months ago
This theme is nice but how can I add an image for the logo?
I have tried these 2 options but the logo only shows up on mobile. “><?php bloginfo( ‘name’ ); ?><img alt=”Brand” src=”/wp-content/uploads/2015/04/the-list-monster-logo.png”> <h1 class=”navbar-brand”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><img src=”/wp-content/uploads/2015/04/the-list-monster-logo.png” style=”float: right;” alt=”Logo” /></h1>
thelistmonster.com
Guessing no one supports this theme anymore, thanks a lot.
(@coffeecatj)
9 years, 3 months ago
Go to the bootstrap file and find:
.navbar-header{ float: left; display: none; }
If you comment-out “display: none;” it should work. Sorry this might be late.