Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416804
    thebudclub
    Participant

    hi,

    the buttons on my page http://www.thebudclub.ca are only clickable on the text, whereas i would like the entire button to be clickable.

    this is the case for every button on the page.

    is there a way to add this?

    thank you

    latest wp
    latest x
    latest cs

    #1417257
    Paul R
    Moderator

    Hi,

    Please remove this classes in the class field of your raw content element. Dots are not allowed in the class field.

    .welcomebackbutton .x-btn-half

    And also remove welcomebackbutton from the id field

    Then replace the code in your raw content element with this.

    
    <a href="#ninja-popup-3839" class="snppopup-content" rel="3839" id="welcomebackbutton" style="padding:10px 40px;"> <strong>SUBSCRIBE</strong>  </a>
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1416804 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>