Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 504799

CSS Styling not giving results

$
0
0

Replies: 0

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!

  • This topic was modified 1 minute ago by groenhart.

Viewing all articles
Browse latest Browse all 504799

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>