how to add padding and hexidecimal background color value to shortcode
-
I’ve tried this shortcode in a WordPress page:
[purchase_link id=”16″ text=”Purchase” class=”ctaBtn”]
and this in the style.css file:
a.ctaBtn {
background: #ff2a00 !important;
padding: 12px 20px !important;
color: white !important;
}Can’t get it to work. Any recommendations? Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘how to add padding and hexidecimal background color value to shortcode’ is closed to new replies.