Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176425
    AndreasSchon
    Participant

    Hi,

    I have addes some code to style Ninja Form, see below

    .ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    padding: 12px 16px;
    font: 20px lato, sans-serif;
    text-align: center;

    I also would like to style the “send button” separtely , when I tried to add some code I found it styled all of it (background etc). Please advice

    http://www.hemsiten.se

    #1176592
    Joao
    Moderator

    Hi There,

    Please add the fllowing code to Appereance > Customizer > Custom > CSS

    .home #x-section-1 a .x-btn.x-btn-pill.x-btn-global {
    background: blue !important;
    }
    
    .home #x-section-1 x-btn.x-btn-pill.x-btn-global:hover {
    background: green !important;
    }

    Hope it helps

    Joao

    #1177895
    AndreasSchon
    Participant

    Thanks,

    A related question – it takes forever to load the Ninja Forms – any suggestion how to speed it up?

    Have a look at http://www.hemsiten.se

    Cheers

    #1177964
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! You maybe experiencing php memory exhaustion. I’d recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    You can add it before the line
    /*That's all, stop editing! Happy Blogging. */

    I would loved to know if this has work for you. Thank you.

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