This topic has 11 replies, 2 voices, and was last updated 10 years by Riccardo Rossini.
-
Author
-
July 4, 2014 at 02:16 #21695
Riccardo Rossini
ParticipantI would like to remove the header in registration page, how can I do thet? Thanks
July 4, 2014 at 13:00 #21721Catalin
ModeratorHello,
Add this code:
COPY CODEbody.registration #header { display:none; }
in your style.css file from your WordPress child theme folder.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 4, 2014 at 13:23 #21725Riccardo Rossini
Participantsorry, where exactly? I tried wp-content/themes/kleo/style.css and nothing changed
ThanksJuly 4, 2014 at 13:26 #21726Riccardo Rossini
ParticipantOK! Done!
/wp-content/themes/kleo/buddypress/cssJuly 4, 2014 at 13:27 #21727Riccardo Rossini
ParticipantCan I edit the text in register page? How? Thanks again
July 4, 2014 at 14:08 #21730Catalin
ModeratorHello,
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,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 4, 2014 at 14:37 #21736Riccardo Rossini
ParticipantVery 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
July 4, 2014 at 14:48 #21737Catalin
ModeratorHello,
I am trying to access the link to your site but it is not working.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 4, 2014 at 14:52 #21739Riccardo Rossini
ParticipantActually.. 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;
}July 4, 2014 at 14:52 #21740Riccardo Rossini
ParticipantAt the moment the site is closed to non members because we are still working on it
July 4, 2014 at 15:07 #21743Riccardo Rossini
ParticipantSolved:
.buddypress.media .navbar .kleo-main-header.header-scrolled {
visibility: hidden!important;}Thanks again, bye
-
AuthorPosts
The topic ‘Header in registration page’ is closed to new replies.