How/where to upload CSS for buttons, without causing conflicting code ?
-
Question,
on this website I would like to add buttons generated by cssbuttongenerator.com.
Where do I have to upload the CSS file, what should it be named, and how to avoid conflicting with the excisting WordPress CSS ?
Also, I’d like to have buttons of 2 different sizes, how to manage this ?
Many thanks in advance !
<style type="text/css"> .classname { -moz-box-shadow:inset 0px 0px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 0px 0px 0px #ffffff; box-shadow:inset 0px 0px 0px 0px #ffffff; background-color:#ededed; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; display:inline-block; color:#777777; font-family:arial; font-size:12px; font-weight:bold; padding:5px 37px; text-decoration:none; text-shadow:1px 1px 0px #ffffff; }.classname:hover { background-color:#dfdfdf; }.classname:active { position:relative; top:1px; } /* This imageless css button was generated by CSSButtonGenerator.com */ </style>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How/where to upload CSS for buttons, without causing conflicting code ?’ is closed to new replies.