• Resolved Evolus

    (@evolus)


    First of all I’d like to change bootstrap dark grey color including all buttons (arrows and enter) in a white transparency.

    Secondly I’d like to stop “moving” or “turning” effects for the navigation in Evolve theme.

    Do you have a solution?
    Thanks for help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    In Theme Options -> Header -> Disable main menu Hover Effect
    Check that box to disable the menu “turning” effects.

    As for the bootstrap dark grey color elements to white.
    Please try the following in Theme Options -> Custom CSS

    #bootstrap-slider .carousel-caption h2,.carousel-control.left,.carousel-control.right,#bootstrap-slider .carousel-caption .button {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
    }

    Thanks!

    Thread Starter Evolus

    (@evolus)

    Thanks a lot for your advice.
    I still have dark grey on the left and right sides especially with hover mouse.
    Is it also possible to change color of arrows?
    Thanks

    Hey,

    I am also a new but have you tried this?

    #bootstrap-slider .carousel-caption h2 {
    background:none;
    }

    Thread Starter Evolus

    (@evolus)

    Thanks but it doesn’t work.

    Hi Evolus,

    Please post your website url.

    Thanks!

    Thread Starter Evolus

    (@evolus)

    Hi Denzel Chia,
    http://indigolab.fr
    Thanks!

    Hi,

    Please use the following.

    .left.carousel-control:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    .left.carousel-control {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    .right.carousel-control {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    .right.carousel-control:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    .carousel-inner {
        background: #fff none repeat scroll 0 0 !important;
    }

    The arrows are image file, cannot be changed.

    This is the best I can do. http://share.pho.to/9dpMq/pr/original

    Thanks!

    Thread Starter Evolus

    (@evolus)

    Thanks a lot!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Change Bootstrap color Navigation effects’ is closed to new replies.