Hi All...

I was just wondering if anyone knows how to add a background color to the new buttons that Ning has installed at the top of features. The ones that say "Options" and "+ Add". Right now they are transparent, which make the font hard to read on some themes. 

Thanks in advance.

Views: 66

Reply to This

Replies to This Discussion

Currently, the background is an image. So you would need to create new images. Or, you could override background image with background color. But, it won't look as polished. Here's the CSS that styles the buttons:

.navbutton {
    -moz-border-radius3px 3px 3px 3px;
    background-color#FFF000 !important;
    border-width1px;
    font-size0.9em;
    margin0 0 10px 10px !important;
    padding3px 6px;
}
I set the background to yellow as an example.  I didn't see if this is styling other buttons or not, and don't remember this class.
Good luck,
Jen
Thank you. I will try this code to see how it works for us.

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips