How to edit/remove the login form title

This topic contains 7 replies, has 2 voices, and was last updated by  Alex Rollin 4 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #6058

    marksmith2
    Free User
    Post count: 3

    Hi, great plugin. I just want to know how to edit or remove the login form’s title. it shows login https://prnt.sc/q4qoyk I’d like to remove that.

    Many thanks in advance.

    #6062

    Alex Rollin
    Moderator
    Post count: 27815

    Try this custom CSS to hide it:

    
    
    
    h3.card-title.text-center.mb-4 {
        display: none;
    }
    
    #6067

    marksmith2
    Free User
    Post count: 3

    Hi, thanks for your reply. I tried it but it didn’t work. Is there another work around?

    #6070

    Alex Rollin
    Moderator
    Post count: 27815

    Please share a link to the page so we can take a look

    #6079

    marksmith2
    Free User
    Post count: 3
    This reply has been marked as private.
    #6091

    Alex Rollin
    Moderator
    Post count: 27815

    OK, please try this:

    
    
    
    .uwp-login-class.bsui h3.card-title.text-center.mb-4 {
        display: none;
    }
    
    #6106

    marksmith2
    Free User
    Post count: 3

    Hi, sorry for the late response. I tried it but it’s not working as well.

    I’m using Betheme and I also pasted the code in Appearance>>Customize>>Additional CSS

    Is there anywhere else I should have placed it.

    #6110

    Alex Rollin
    Moderator
    Post count: 27815

    No, that’s correct. Please share WP Admin credentials so we can check on it.

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

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

Open Support Ticket