vuarnet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hacker Messagegot 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. 🙂
Forum: Themes and Templates
In reply to: CSS differences b/t Firefox, Chrome, Safari…??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 thefont-size: 0pxline … when I changed it instead tofont-size: 1pxit 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: 0pxandfont-size: 1pxlines, 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!