• When trying to place a forum on the site, or when getting an error message while logging in (like if you put in the wrong password), the text in the boxes come up shadowed (see http://www.competitivegamer.net/forums for an example). I’m assuming I can remove the shadow through the CSS using a childtheme, but I was wondering where in the CSS it would be exactly, I’m having a hard time locating it.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am also interested in this solution

    If its in the post that you want to drop the shadow, you don’t need to use a css plugin. Go to your css stylesheet and find this under 05. Content:

    .entry-content, .archive-content {
    padding: 12px 22px 0;
    overflow: hidden;

    Add this below the last line of that:
    text-shadow: none;

    Its as easy as that!

    I should mention that if you add it to a Custom CSS plugin (which will help when the theme upgrades), you would add this there:

    .entry-content, .archive-content {text-shadow: none;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gamepress Theme – Removing Shadows from Certain Text’ is closed to new replies.