Hey guys,
how do I add a class to ab button you offer direct in the slider (single-slider, fullwidth-slider).
Sure I put this in the functions to have a customize option
add_theme_support(‘avia_template_builder_custom_css’);
but it seems that you can only influence the element of the slider
by that and not especially the button.
Can you lend a hand?
Thank you so much.
Best Stephan
Hey Stephan,
Slide’s buttons don’t support custom CSS classes but you could use a normal button in shortcode format (as part of the caption text):
[av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='CLASS HERE']
Best regards,
Josue
Thank you mate. This helped.
Best Stephan