Hi,
I am using a html code for a button:
<div class=”avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A”>avia-custom-bg=#c9c9c9” href=”http://www.xxxx.com?iframe=true&width=100%&height=100%” rel=”prettyPhoto[iframes]”><span class=”avia_iconbox_title”>95%</span></div>
BUT I having problems to setup a custom background color for the same. How can I do that?
Thanks
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A"><a class="avia-button avia-icon_select-no avia-color-custom avia-size-small avia-position-center <strong>avia-custom-bg=#c9c9c9</strong>" href="http://www.xxxx.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]"><span class="avia_iconbox_title">95%</span></a></div>
Hi,
ISSUE resolved, just using the code:
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A"><a class="avia-button avia-icon_select-no avia-color-custom avia-size-small avia-position-center " style="background-color: #7bb0e7; color: #ffffff;" href="http://www.xxxx.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]"><span class="avia_iconbox_title">75%</span></a></div>
THANKS