• Resolved saveongolf

    (@saveongolf)


    I’d like to change the color of the button link in the homepage slider (which I only have one image in…so it’s not really sliding right now!) But I’d like to make that button that says “compare now” to red, but not change everything else to red. Can that be done?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This seems to work:

    .carousel-caption >  .btn {
        background-color: #C30606;
        background-image: linear-gradient(to bottom, #E10707, #970505);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: #FFFFFF;
    }
    .carousel-caption >  .btn:hover {
        background-color: #970505;
    }

    Thread Starter saveongolf

    (@saveongolf)

    AWESOME! Worked great. Thanks very much!!!!

    Ken

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change color of slider link button ONLY’ is closed to new replies.