Remove Sign In Box on Add Listing Page

This topic contains 10 replies, has 3 voices, and was last updated by  Evan Hasson 6 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #415711

    Evan Hasson
    Expired Member
    Post count: 47

    Hello,

    I would like to remove the Sign In box from the Add Listing/claim your listing page. Currently there are two boxes, one to Sign Up Now and one to Sign In. I would only like the Sign Up Now box to appear, preferably centered. Any custom css I can add to do this?

    Thank you!

    #415713

    Kor
    Moderator
    Post count: 16516

    Hi Evan,

    Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    Thanks!

    #415715

    Evan Hasson
    Expired Member
    Post count: 47
    This reply has been marked as private.
    #415717

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #415720

    Evan Hasson
    Expired Member
    Post count: 47
    This reply has been marked as private.
    #415969

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #415976

    Evan Hasson
    Expired Member
    Post count: 47
    This reply has been marked as private.
    #416023

    Kor
    Moderator
    Post count: 16516

    Hi Evan,

    Ok, insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS to fix this.

    
    
    .page-geodir-signup .login_form_l {
        display:none!important;
    }
    
    .page-geodir-signup .registration_form_r {
        float: none!important;
        margin: 0 auto!important;
    }
    #416105

    Evan Hasson
    Expired Member
    Post count: 47

    That did it! Thank you.

    Now the page is displaying with very little padding on top and bottom of the sign up now box.
    Is there any way to add a large spaces between the header and footer and the box?

    https://ziplisto.com/gd-login/?redirect_add_listing=https%3A%2F%2Fziplisto.com%2FCLAIM-YOUR-BUSINESS%2F

    #416117

    Kor
    Moderator
    Post count: 16516

    Hi Evan,

    Yes, you can do that by using this custom CSS.

    
    
    .page-geodir-signup .registration_form_r {
        margin-top: 100px!important;
        margin-bottom: 100px!important;
    }
    #416125

    Evan Hasson
    Expired Member
    Post count: 47

    Thanks, Kor! That did the trick.

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket