I am working on my site that was formerly using a modified version or bboyjay's modified version of "The Green House" theme by Free CSS Templates. I decided to play around and have now thoroughly bastardized beyond recognition the previously modified, modified theme hehe. It is coming along very well except for one thing that I can't seem to find anywhere in CSS and doesn't show up in firebug...
On the home page (easiest example) (website edited)there is a small dotted white underline under the headers "Coming Soon" and "Design Excellence" as well as the same dotted white line under the Random Image block from Gallery. There is also a longer version of the dotted white line seperating the articles on the front page.
It appears to have something to do with the links, but I couldn't find it to remove in the CSS.
Please help me get rid of the stupid looking dotted white lines :)
Thanks in advance!
Comments
Oh yeah, forgot to mention.
Oh yeah, forgot to mention. In any case where a link's decoration was listed in CSS I changed it to none, with the exception of the primary (top) navigation; which makes no difference in the problem mentioned earlier whether it is text decoration: underline or none...
Post the CSS
Must be a CSS issue, I guess. Post the code here.
Here is the style.css
It is a repeating background image
you have a background image set on the A element @ line 69 of themes/greenhousetrial convert/style.css. This is probably set elsewhere also. Do search in your style.css file to find it. It is a file called img03.gif in yur /themes//greenhousetrial convert/images/ directory.
BTW
BTW firebug should see that rule.
That's it
Yes img03.gif is the problem
THANKS!
Thanks All! img03 was the problem. The img was so small that it never targeted on 'inspect' with firebug and I totally missed it when scouring the CSS. Kindof like when you watch someone play checkers or tetris or whatever and see all the moves, but then miss them when you sit down and play yourself hehe.
Guess I needed a fresh set of eyes! Thanks again, your help is greatly appreciated and it looks sooooo much better :)