SyntaxFix
Write A Post
Hire A Developer
Questions
try this:
.button input, .button a { //css here }
That will apply the style to all a tags nested inside of <p class="button"></p>
<p class="button"></p>