Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1120677
    bak
    Participant

    Hi there

    I have custom CSS to style my buttons

    .x-btn.x-btn-large, .x-btn.x-btn-regular, .button, [type=”submit”] {
    font-size: 18px !important;
    line-height: 1.3 !important;
    padding-top: 0.163em !important;
    padding-right: 1.125em !important;
    padding-bottom: 0.213em !important;
    padding-left: 1.125em !important;
    }

    #1120678
    bak
    Participant
    This reply has been marked as private.
    #1120835
    Thai
    Moderator

    Hi There,

    Please update your custom CSS to this:

    .x-btn.x-btn-large, 
    .x-btn.x-btn-regular, 
    .x-btn.custom-btn,
    .button, 
    [type="submit"] {
    	font-size: 18px !important;
    	line-height: 1.3 !important;
    	padding-top: 0.163em !important;
    	padding-right: 1.125em !important;
    	padding-bottom: 0.213em !important;
    	padding-left: 1.125em !important;
    }

    Hope it helps 🙂

    #1120859
    bak
    Participant

    Thank you

    #1120941
    Thai
    Moderator

    If you need anything else please let us know.

    #1130786
    bak
    Participant
    This reply has been marked as private.
    #1130803
    Thai
    Moderator

    Hi There,

    Please update the CSS code a bit:

    .x-btn.x-btn-large, 
    .x-btn.x-btn-regular, 
    .x-btn.custom-btn,
    .x-btn.x-btn-global,
    .button, 
    [type="submit"] {
        font-size: 18px !important;
        line-height: 1.3 !important;
        padding-top: 0.163em !important;
        padding-right: 1.125em !important;
        padding-bottom: 0.213em !important;
        padding-left: 1.125em !important;
    }

    Hope it helps 🙂

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