Hey there,
I used to have mi “reverse creative CTA” code working perfectly, and this week i dont know what just happened but its not working the same way it used to. Maybe one X update.
This is the actual code i have in my custom JS:
jQuery ( function($){
$(‘a.x-creative-cta’).each( function(){
$(this).find(‘span:first-child’).removeClass(‘text’).addClass(‘graphic’);
$(this).find(‘span:last-child’).removeClass(‘graphic’).addClass(‘text’);
$(this).find(’.text’).attr(‘style’,’’);
} );
If anyone knows something about it, i would appreciate it so much.