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!
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
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
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!
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;
}
}
I cant see any button on the slide in the Homepage ?.
ThemeNectar Support Team
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.