Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Hacker Message

    got the same thing this morning — nothing more than spam. but i have to admit it did make me hesitate for a second. so i checked our server and everything was fine. 🙂

    Thread Starter vuarnet

    (@vuarnet)

    the title is gone, the tagline is visible, but tiny. You haven’t yet made it white in the code above. Do that and you should be fine.

    press ctrl+f5 to refresh browser cache to see css changes

    Also, text-indent: -999em; is a good way to hide stuff, just moves it off screen

    Thanks Rev. Voodoo! “For some reason” (I hate using that phrase…) the font color change I was using wasn’t sticking once I updated the CSS file in the WP editor … but I think I just figured it out with your help…

    The text-indent: -999em; should have worked to move it off-page, but it didn’t in Chrome or Safari (fine in FF)… apparently it was because of the font-size: 0px line … when I changed it instead to font-size: 1px it moved off-page as it should in all browsers.

    To test it, I did a combination of taking both lines of code away and replacing them in parts (and in different orders), altering the font-size: 0px and font-size: 1px lines, deleting cache and refreshing on all browsers and it was definitely the 0px attribute causing the issue.

    I’ve only been using WordPress for a few days now and am completely new to CSS, so I really appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)