Okay
  Public Ticket #2027155
Slider Button Arrow
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi,

    I'm wondering if I can add an icon to slider button (like regular buttons)? I'd like to add a fa-right to it.

    Thanks

  •  8,994
    Tahir replied

    Hey Again,

    Unfortunately The Nectar Slider does not allow one, however you can copy paste the Nectar Button Html code and add it to the Title Field. 

    Best


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Title Field? I add this into the button text field?

    [button color="see-through-2" hover_text_color_override="#fff" image="fa-angle-right" size="large" url="https://" text="See more of my work" hover_color_override="#927654" color_override="#927654"]

    I tried but didn't work...


    I just tried in the 'caption' area and that worked!

  •  21
    Sanjay replied

    I'm using this code, but I can't seem to make the button text any smaller no matter what number I put in. Any suggestions?

    @media only screen and (max-width : 690px) {
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content h2 {
            font-size: 45px!important;
            line-height: 65px!important;
            margin-bottom: 6px;
            letter-spacing: -0.5px;
        }
        
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p span {
            font-size: 20px!important;
            line-height: 20px!important;
            padding-bottom: 7px;
        }
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p {
            font-size: 20px!important;
            line-height: 20px!important;
            padding-bottom: 7px;
        }
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .button a {
            font-size: 12px!important;
            padding: 6px 9px !important;
        }
        body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content {
            margin-top: 100px !important;
            top: 30px !important;
        }
    }

  •  8,994
    Tahir replied

    I cant see any button on the slide in the Homepage ?. 


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    I figured it out, sorry. I needed to change the content p section as I have added button html into the caption section on the slider.