Disable Shadow
-
Hello.
I am using the regular version (not Pro) with zeeSynergie theme. Buttons are great BTW!
Is there a chance I can get rid of the shadow (hover)?
I managed to modify the style.css for Twenty Ten theme but not for this theme.
Where (in zeeSynergie style.css) should I insert this?
example:
a.maxbutton-14 {
text-decoration: none;
color: #ffffff;
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
background-color: #000000;
border-style: solid;
border-width: 1px;
border-color: #000000;
border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
}a.maxbutton-14:visited
{ text-decoration: none; color: #ffffff;
}a.maxbutton-14:hover
{ text-decoration: none; color: #000000;
background-color: #ffffff;
border-color: #000000;
position: relative; }Thank you all!
- The topic ‘Disable Shadow’ is closed to new replies.