Quote:
Originally Posted by John Lester
Did you add !important after the color code and before the ; ?
The code below works for me NOTE this changes more then the text color
Come to think of it ... I think this changes another button elsewhere as well.
Code:
#pagetitle a.pagetitleinfo.textcontrol, .actionbutton_container a.pagetitleinfo.textcontrol {
background: url("images/buttons/newbtn_middle.png") repeat-x scroll left top #397D02 !important;
border: 0 none;
border-radius: 10px 10px 10px 10px;
box-shadow: 0 3px 8px #DAA520 !important;
color: #FFFFFF !important;
display: inline-block;
font: 14px Arial,sans-serif;
padding: 4px 15px;
}
|
I did a test on my testsite and adding !important should do the trick.
not sure of this changes anything else on the forum
another possibilty is to change:
Code:
#sidebar_container a {
color: #417D90;
}
but that also affects the sidebar