Viewing 1 replies (of 1 total)
  • Hi, that text-shadow is coming from this rule in your themes stylesheet:

    body {
    line-height: 20px;
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #48423f;
    text-shadow: 1px 1px 0 #fff;
    }

    You could simply move it from the body rule to the first #content-area rule and it won’t interfere with FancyBox content any more.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove text shadow from title/caption?’ is closed to new replies.