Recent Topics

1 Jul 16, 2008 21:37    

My b2evolution Version: Not Entered

I am using Yahoo Pipes (very cool btw) to send a feed to a blog entry and then be displayed as a blog on my page.

Sure, I can figure that out...
but for the life of me I can't figure out the CSS to change the background of the text box the script displays in...

Take a look at my page at: Http://www.WendyOwensandRenegade.net

its the CMT News post.. If you use the cursor over the box you will see the text in the box... I found the CSS to change the text color, but that changes the whole page... It would be simpler to just change the color of the box itself.. Any ideas? TIA

~Andy

2 Jul 16, 2008 22:36

Try editing .ybr class, or maybe you can set background color when you call the iframe.

3 Jul 16, 2008 23:00

Thanks Sam, I am not using an iframe... Thought about that though..

I will try the .ybr class and let you know.

Appreciated!

4 Jul 16, 2008 23:04

Most excellent Sam! That got the text color changed..any idea on the links contained within?

5 Jul 16, 2008 23:20

.pipesTitle
.pipesTitle a
.pipesTitle a:hover

I thought you want to change the background color and gave you the .ybr class.

6 Jul 16, 2008 23:20

div class for the title is .pipesTitle

7 Jul 17, 2008 01:58

Thanks again, Ill let you know how that turns out. Greatly appreciate the quick help.

8 Jul 17, 2008 02:11

Okay, when I set .ybr it changes the text color, not the background.

.pipesTitle
.pipesTitle a
.pipesTitle a:hover

...dont change anything for me.

From my style.css

.pipesTitle, .ybr {color:#262245;}
.pipesTitle a, .pipesTitle a:hover {color:#262265;}

9 Jul 17, 2008 02:13

Got it....was a syntax error.. Thanks again!


Form is loading...