Thanks - that was it - all sorted - as I said before - A lovely mod
Printable View
Thanks - that was it - all sorted - as I said before - A lovely mod
Glad you got it working
Great mod Clyde!
I have a dumb question.
I need to adjust the way the sidebox looks on my site: http://adriftwood.com
I want it to blend in and look like the other sideboxes.
I thought I knew how to do it, but apparently I don't. LOL
Everytime I try to change the background color, it's not solid...it's like it changes behind part of it, but not the whole box.
Thanks!
http://adriftwood.com/
I didn't see the sidebox at the above link.
Sorry!
I had turned off the sample testimonial and didn't realize the whole box wouldn't show.
It's showing now. :)
Try adding the following declarations to your stylesheet.css
Code:#testimonials-managerContent {
background-color: #a5a58c;
}
.testimonial {
color: #000;
}
Thank you Clyde!!
That worked great! :thumbsup:
Glad to help
To get it bit closer you could try adding the following: Highlighted in red
#testimonials-managerContent {
background-color: #a5a58c;
border-top: 1px solid #94947b;
border-bottom: 1px solid #494a44;
border-left: 1px solid #494a44;
border-right: 2px solid #494a44;
}
#testimonials-managerContent a:hover{
color: #ffffff;
background-color: #494a44;
}
You must have been reading my mind Clyde! :smile:
I'll go try that.
It was displaying perfectly in FF, but not in IE.
Trying to get those two in synch drives me nuts sometimes! lol