Hello,
I want to add a nofollow attribut and, if possible, a additional class to the promo box button.
Can you help me how to do it?
Best regards!
Hi,
Open /config-templatebuilder/avia-shortcodes/promobox.php and look for line:
$atts['position'] = 'right';
Replace it by this:
$atts['link_target'] .= 'nofollow';
Regards,
Josue
Thank you! :)
Is it also possible to add a class to the links? I want to track events for the class of the link.
Hi!
Try setting a class to the promobox itself, then you can reference the button like:
.custom_promobox .avia-button
Best regards,
Josue