CSS Selectors: No first word? Use PHP (WP example)
Here's a server side method of wrapping your first word with a span. You can use the above function, or copy & paste the whole thing to your functions.php
function fancy_title($title) {
$clean = explode(" ", $title);
return "<span class='first'>".$clean[0]."</span>". $clean[1];
}
add_filter('widget_title', fancy_title);
[HOT] (¯`·._.··¸.-~*´¨¯¨`*·~->>120+ QUALITY VIDEO SHARING SITES FOR SEO AWESOMENESS
Free Tool to Quickly Optimize Your Backlink Anchor Text Distribution
[HOT] (¯`·._.··¸.-~*´¨¯¨`*·~->>120+ QUALITY VIDEO SHARING SITES FOR SEO AWESOMENESS
Free Tool to Quickly Optimize Your Backlink Anchor Text Distribution
~Dave