*dies of shame* I just can't seem to get the css right for changing the properties of these buttons. I have a class in my template that I would like to apply. However, I'm not exactly sure what syntax is needed when actually imputing it in the field in the CB editor. As in... how much/what code do I need to input in the edit mod_cblogin login and logout buttons?
This is the class I'm attempting to get cb to use:
.readon {background: url(../images/body/style1/readon-r.png) 100% 0 no-repeat;}
.readon span, .readon .button {background: url(../images/body/style1/readon-l.png) 0 0 no-repeat;color: #fff;text-shadow: 1px 1px 2px #000;}
I am grateful for the assist!