Transparent To Color Fill Button Support
I'm a big fan of the buttons with transparent backgrounds and a colored border that fill with color once rolled over as shown on this page: http://themes.muffingroup.com/betheme/shortcodes/typography#buttons Could someone please point me in the right direction as to how I would set this up? I'm not totally sure what my shortcode should look like. Any and all help is appreciated, thanks!
Comments
buttons style can be changed under Theme options > Global > General section.
.testimonials_slider a.button:hover, .testimonials_slider a.tp-button:hover { background: #FFF !important; }.testimonials_slider a.button:hover .button_icon i, .testimonials_slider a.button.button_theme:hover .button_icon i { color: #FFF !important; }
.footer-copy-center #Footer .footer_copy a#back_to_top i { color: #FFF !important; background: #E2E2E2 !important; }