styling and registration form issues

Home Forums Legacy Support Support queries Other issues styling and registration form issues

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #219536
    akshay6700
    Participant
    Hi Team,   I have a the following issues
    1. On the registration page, the font sizes of all the fields are different, need to make it consistent. How can I edit the registration form formatting?
    2. Currently outbound mails from the website (for  e.g. activation mail to new user) are being sent from root@localhost email address. so i tried changing the email address at WP setting > general and now registration email has stopped working. How do i correct this
    3. White patch just after title bar.. ruining the home page experience.
    4. how to put the entire site on maintenance mode?
    thank you
    #219537
    akshay6700
    Participant
    This reply has been marked as private.
    #219697
    Ava
    Member
    Hi   1. Issue: Registration page styling Please paste the below custom css code to Wp-admin > Appearance > Customizer > Custom css > save legend{font-size:14px;font-weight:700;} p#field-visibility-settings-toggle-1{display:none;} Refer: http://prntscr.com/ojg2nb   2. Issue: email sender address   Please try to revert back your changes in setting > general. And to change the sender email address, paste the below custom css code to

    WP-admin > Plugins > plugin editor > customizer.php > save

    add_filter('wp_mail_from', 'new_mail_fromqw');

    add_filter('wp_mail_from_name', 'new_mail_from_nameqw');

    function new_mail_fromqw($old) {

    return 'sitename.com';

    }

    function new_mail_from_nameqw($old) {

    return 'site name';

    }

      3. Issue: Main page whitespace I have checked and did not found the issue, please check this video I made for that: http://somup.com/cqiZIBeXDg     4. Issue: Maintainance mode  Please use third party plugin for this.https://wordpress.org/plugins/wp-maintenance-mode/    
    #220109
    akshay6700
    Participant
    Thanks guys. Your solution for pts. 1 & 2 worked. 3 was solved by changing page template to no title, so maybe that why you couldnt see it.   Thanks again, please close this topic.
    #220241
    logan
    Member
    Hello, Cheers ! If you find our information to be helpful & you wouldn’t mind leaving a review, we would really appreciate that! Reviews help us to not only improve our products and services but also to let others know that we care about delivering the best quality. Here: https://themeforest.net/item/wplms-learning-management-system/reviews/6780226 If I can be of assistance, please do not hesitate to contact me again. Thanks & Regards :)
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘styling and registration form issues’ is closed to new replies.