Coder Social home page Coder Social logo

Comments (5)

Saladressing avatar Saladressing commented on July 18, 2024

Just override the image being changed:

.navbar-default .navbar-header .navbar-brand {
    background: url(http://webcream.co/logo-blk.png) no-repeat !important;
}

from startbootstrap-creative.

orensomething1 avatar orensomething1 commented on July 18, 2024

Hello Jordan,
but when doing so the main logo turns black...
i am using two logos, since the sticky menu's background (in desktop view)
turns white when scrolling and the menu items + logo needs to be dark.
i would like to have the desktop view settings to preserve in mobile view.

you can see it for youself in this sample:
http://themarketplace.co.il/other/diamining/index.html drag the window to
bring the mobile view.

Thank you...
Oren

On Thu, Oct 22, 2015 at 4:02 PM, Jordan [email protected] wrote:

Just override the image being changed:

.navbar-default .navbar-header .navbar-brand {
background: url(http://webcream.co/logo-blk.png) no-repeat !important;
}


Reply to this email directly or view it on GitHub
#19 (comment)
.

from startbootstrap-creative.

Saladressing avatar Saladressing commented on July 18, 2024

I am not sure where you are getting this black logo from. I understand what you mean with the background changing. You can add a media query to fix this:

@media (max-width: 768px) {
    .navbar-default .navbar-header .navbar-brand {
        background: url(http://webcream.co/logo-blk.png) no-repeat !important;
    }
}

For more information on the bootstrap media queries, you can view it here:
http://getbootstrap.com/css/#grid-media-queries

from startbootstrap-creative.

orensomething1 avatar orensomething1 commented on July 18, 2024

it works!
thank you so much... if you dont mind ill upload it to the theme's page so
will be available for others...

Have a great day!

On Fri, Oct 23, 2015 at 3:22 PM, Jordan [email protected] wrote:

I am not sure where you are getting this black logo from. I understand
what you mean with the background changing. You can add a media query to
fix this:

@media (max-width: 768px) {
.navbar-default .navbar-header .navbar-brand {
background: url(http://webcream.co/logo-blk.png) no-repeat !important;
}
}

For more information on the bootstrap media queries, you can view it here:
http://getbootstrap.com/css/#grid-media-queries


Reply to this email directly or view it on GitHub
#19 (comment)
.

from startbootstrap-creative.

Saladressing avatar Saladressing commented on July 18, 2024

Sounds great. Remember to close your ticket if the issue has been resolved.

from startbootstrap-creative.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.