This topic has 11 replies, 2 voices, and was last updated 10 years by Riccardo Rossini.

  • Author
  • #21695
     Riccardo Rossini
    Participant

    I would like to remove the header in registration page, how can I do thet? Thanks

    #21721
     Catalin
    Moderator

    Hello,

    Add this code:

    COPY CODE
    
    
    body.registration #header
    {
       display:none;
    }
    
    

    in your style.css file from your WordPress child theme folder.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21725
     Riccardo Rossini
    Participant

    sorry, where exactly? I tried wp-content/themes/kleo/style.css and nothing changed
    Thanks

    #21726
     Riccardo Rossini
    Participant

    OK! Done!
    /wp-content/themes/kleo/buddypress/css

    #21727
     Riccardo Rossini
    Participant

    Can I edit the text in register page? How? Thanks again

    #21730
     Catalin
    Moderator

    Hello,

    The fields can be added from Theme Settings from admin panel of WordPress. If you want structure modification, take a look at this:

    ..\wp-content\themes\kleo\buddypress\members\register.php

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21731
     Riccardo Rossini
    Participant

    Very kind, thanks

    #21736
     Riccardo Rossini
    Participant

    Very Latest question Catalin: I’m using Kleo sticky header, so once I scroll down the page, the header becomes smaller and remains on the top of the screen in a fixed position, I would like to disable it only in member’s profile page to have only the header on the top of the page in a relative position. Is it possible? Thanks again for your time

    #21737
     Catalin
    Moderator

    Hello,

    I am trying to access the link to your site but it is not working.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21739
     Riccardo Rossini
    Participant

    Actually.. I don’t know how to individuate the media page class in personal profile page to add this:

    .navbar-transparent .navbar .kleo-main-header.header-scrolled {
    visibility: hidden;
    }

    #21740
     Riccardo Rossini
    Participant

    At the moment the site is closed to non members because we are still working on it

    #21743
     Riccardo Rossini
    Participant

    Solved:

    .buddypress.media .navbar .kleo-main-header.header-scrolled {
    visibility: hidden!important;}

    Thanks again, bye

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

The topic ‘Header in registration page’ is closed to new replies.

Log in with your credentials

Forgot your details?