Outlining and Shadowing Page Text In Wordpress

Discussion in 'WordPress' started by enterprisemind, Dec 15, 2012.

  1. #1
    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
     
    enterprisemind, Dec 15, 2012 IP
  2. mwaseem789

    mwaseem789 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    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>
     
    mwaseem789, Dec 15, 2012 IP