Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #226323

    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%&#8221; 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

    #226324

    <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>

    #226352

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Button HTML code’ is closed to new replies.