Hi DP Family, Is there any way to outline and shadow text in Wordpress? I have tried the plugin tinyMCE Advanced and can't seem to find an option for either. Please advise. Thanks in advance
yes you need to add style sheet... <style type="text/css"> .important_text { outline-style: inherit; outline-color: #000066; outline-width: 1px; } .important_text_alt { text-shadow: Teal; } </style>