Okay
  Public Ticket #2098070
Fancy Box
Closed

Comments

  • Vanesa started the conversation

    Hi, I'm writing to ask you how do I make the carousel buttons bigger, so that it can go unnoticed.

    I am using carouFredSel

    The place where I will use the carrusel is : https://www.pandalatina.com/destino-china/

    I have rarely asked you anything, I hope you help me

    Thank you.

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        body .carousel-heading .container .carousel-next {
            right: -10px !important;
        }
        .carousel-next, .carousel-prev {
            height: 40px !important;
            width: 40px !important;
        }
        .carousel-next i, .carousel-prev i {
            line-height: 44px !important;
            font-size: 30px !important;
        }
    }

    Thanks


    ThemeNectar Support Team