New Landing How can we help? Themeforest Theme Support Neighborhood carousel next/prev button – how to change to always on?

Viewing 5 posts - 1 through 5 (of 5 total)
  • #299435
    jefflogo
    Member
    Post count: 32

    How can I change a product carousel area buttons to “always on” instead of only appearing upon hover?

    #299436
    jefflogo
    Member
    Post count: 32
    This reply has been marked as private.
    #299594
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .carousel-wrap a.carousel-next, .carousel-wrap a.carousel-prev {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
    #299679
    jefflogo
    Member
    Post count: 32

    Thanks!

    #299788
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    Thanks,
    David

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.