Hello all I have to say I love the new Ionosphere temp, I do need a little help with it on a css problem...I have Compojoom comments for my site and on the comment button the words are the same color as the button, until you hover over it then the words turn black and can see...I have used firebug to see the part where I can change the color of the font but, I can not find it in ftp, could someone come to my site and tell me where the file is so I can ftp change it.... https//:www.blockhuggers.com thank you....
For some odd reason it only worked on the home page after looking at firebug the code that needs to be changed is
}
.component-block a, #rt-content-bottom a, #rt-content-top a {
color: #558BC2;
}
When I change it to
}
.component-block a, #rt-content-bottom a, #rt-content-top a {
color: #111111;
}
I can read the message in the button...But I can not seem to track down the file for it, cause in fire bug it says it's in en/#2(line36), but when I ftp there is no folder en in my temp folder....
I did after I seen it only worked on the home page so I took it out, When I went to another articular on another page it was all blue again so I was trying to find the true source...But I have added it back....And I left the gzip off on joomla and the temp...