Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Navbar Brand Image
What's the best way to add an image to the Navbar Brand Text in Exponent?
I'm using the latest release 2.3.4.
Thanks.
View article...
I'm using the latest release 2.3.4.
Thanks.
View article...
Comments
#topnavbar .navbar-brand {
background-image: url("../images/seiba.png");
background-size: 127px 45px;
background-repeat: no-repeat;
color: transparent;
width: 240px;
padding-left: 140px;
}
If you are looking for something more complex like a full masthead on large devices (pc's) and a (similar) small graphic within the navbar for small devices, it can be more complex, but I've done that also, http://www.seindianabaptist.org/ <http://www.seindianabaptist.org/
Thanks!
View article...