Hi,
I have an easy slider with the button added by shortcode
[av_button label='Check Rates on Friendly Rentals' link='manually,http://www.friendlyrentals.com/PropertyDetails.aspx?CultureCode=en-GB&RegionId=123&PropertyId=6288&OrigenId=226&ControlConfig=5' link_target='_blank' size='medium' position='left' icon_select='yes' icon='ue803' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
However the button’s default state shows an underline on the icon and the text of the button. How do I remove it from all states. (it is not present on hover)
Hey roamingk!
Try adding the following code to Quick CSS under Enfold–>General Styling:
#top .avia-caption-content a {
text-decoration: none !important;
}
Regards,
Rikard
Hi there,
I have the same issue with the underlined button. Except my button is inside of a testimonials instead of the easy slider. Help please?
Hey!
Change the CSS with
#top .avia-button.avia-color-light {
text-decoration: none;
}
let us know if that works out for you.
Regards,
Basilis
That did it. Thanks a lot!
Hi,
Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay