• Resolved moxphere

    (@moxphere)


    Hello;

    I am trying to change the background color of a text widget where I’ve placed a Yahoo! Pipes badge on my blog (moxphere.com). The badge works perfectly, but on odd items, it uses a background color #F6F6F6 and I want it to be white. I tried to look in the web inspector and could find the line of code which determines this color. It is:

    .bnpcqqaakbbijkzh div.ybr li.ybi.odd {
    background-color: #F6F6F6;

    However, I don’t know where I can edit this code to override this instruction. Is it a line of code that I can find in the theme or it comes along the script code? If so, how can I make an RSS fix to override it?

    Any help will be welcome.

    Thanks a lot to all of you

    Cassiano

Viewing 1 replies (of 1 total)
  • Thread Starter moxphere

    (@moxphere)

    Hello;

    just a few minutes after I posted I finally cracked it. It demanded the code below:

    <script src=”pipeURL”>{“pipe_id”:”pipeidnumber”,
    “_btype”:”list”,
    “width”:”280″,
    “height”:”500″,
    “evenBackgroundColor” : “#FFFFFFF”,
    “oddBackgroundColor” : “#FFFFFFF”
    }</script>}</script>

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘change background color of widget’ is closed to new replies.