CSS Styling not giving results
-
Gentlemen,
I’ve applied the the following css code in my themes functions PHP:
add_filter( ‘tribe_get_event_website_link_label’, ‘tribe_get_event_website_link_label_default’ );function tribe_get_event_website_link_label_default( $label ) {
if ( $label === tribe_get_event_website_url() ) {
$label = “Visit Website »”;
return ‘‘ . $label . ‘‘;
}return $label;
}It used to work correctly, right now the output looks like this:
https://superclassics.eu/event/baden-classic/
Any suggestions where I’m making a mistake??
Thanks for the support and stay healthy!
The page I need help with: [log in to see the link]
The topic ‘CSS Styling not giving results’ is closed to new replies.