Tagged: x
-
AuthorPosts
-
February 11, 2017 at 9:46 pm #1367524
Abd Ur RehmanParticipantHi there,
How can I reduce font size of contact form not valid fields alert and align that to left? Have a look here I’ve marked that area:

Thanks
February 12, 2017 at 4:17 am #1367698
ChristianModeratorHey there,
Please give us the URL of your contact page so we could check.
Thanks.
February 12, 2017 at 4:24 am #1367701
Abd Ur RehmanParticipantThis reply has been marked as private.February 12, 2017 at 5:57 am #1367765
ChristianModeratorI see that the text is already aligned to the left (see attachment). Please add the code below in your Appearance > Customize > Custom > Global CSS for the size.
.wpcf7-not-valid-tip { font-size: 13px }Thanks.
February 12, 2017 at 9:21 am #1367890
Abd Ur RehmanParticipantThis reply has been marked as private.February 12, 2017 at 11:27 am #1367987
RupokMemberHi there,
Thanks for wriitng back. The code is correct and should work fine. I can’t see the code on your site. I guess it was not added properly or the other codes are not closed properly. Let’s check and make sure other codes are correct as well.
Cheers!
February 13, 2017 at 4:54 pm #1369631
Abd Ur RehmanParticipantThis reply has been marked as private.February 14, 2017 at 1:25 am #1370091
ChristopherModeratorHi there,
There are duplicated and unclosed brackets in your code, please update your CSS to :
.text-white h2, .text-white p, .text-white .x-btn { color: #fff; } .text-white .x-btn { border-color: #fff; } .text-white .x-btn:hover { opacity: 0.75; } .x-colophon { background-color: #0C0C0C; } .x-topbar { background-color: #0c0c0c; } .x-topbar .p-info { color:#f7b926; } .wpcf7-not-valid-tip { font-size: 10px !important; } @media (max-width: 767px) { .x-topbar .p-info { background-color: #0c0c0c !important; } .x-colophon { border-top: 0 !important; } .wpcf7-not-valid-tip { font-size: 10px !important; } } .x-btn-navbar { color: #0C0C0C !important; background-color: #f7b926 !important; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1367524 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
