Tagged: x
-
AuthorPosts
-
February 4, 2017 at 2:10 pm #1358042
Steve WilliamsParticipantI been trying Customize login sceen fit the theme color from my site I looked all over this forum for it I need help with the codes for it if theres a away be easy way for it thank you
February 4, 2017 at 2:27 pm #1358051
Steve WilliamsParticipantI just give up on it I do not know what too do nowi did everything I mean everything A TOO Z
February 4, 2017 at 11:38 pm #1358333
ChristopherModeratorThanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
February 5, 2017 at 1:26 am #1358395
Steve WilliamsParticipantChristopher
here’s a picture i’m trying too doFebruary 5, 2017 at 5:48 am #1358502
ChristopherModeratorHi there,
Thanks for clarifying!
You can add background image under White label settings -> Login Background Image, see the attachment.Hope it helps.
February 5, 2017 at 1:07 pm #1358757
Steve WilliamsParticipantalso trying make the login part black and buttons and login type in user part I hope understand i’m getting at here too
February 5, 2017 at 8:44 pm #1359073
RadModeratorHi there,
Please add this code to your child theme’s functions.php
function login_custom_css() { ?> <style type="text/css"> .login form { background: #000; } .login form .input, .login form input[type=checkbox], .login input[type=text] { background: #222; } .wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large { background: transparent !important; text-shadow: none !important; box-shadow: none !important; border: 0px !important; } </style> <?php } add_action( 'login_enqueue_scripts', 'login_custom_css' );Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1358042 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
