Tagged: x
-
AuthorPosts
-
September 15, 2016 at 6:23 am #1176425
AndreasSchonParticipantHi,
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
September 15, 2016 at 8:28 am #1176592
JoaoModeratorHi 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
September 16, 2016 at 3:13 am #1177895
AndreasSchonParticipantThanks,
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
September 16, 2016 at 4:19 am #1177964
Rue NelModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1176425 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
