This topic has 2 replies, 2 voices, and was last updated 9 years by davidoryang.

  • Author
  • #23918
     davidoryang
    Participant

    Hello there,

    Is there a way that I can completely customise the BuddyPress Registration page? One through which I can hide the whole of the header and footer regions?
    I have tried to hide them using the ‘Theme General Settings’ area while editing the page, but they still remain visible.

    Also, where can I view the K Elements shortcodes from (except the drop-down while editing a page)?
    And among them, is there one for registration?

    #24468
     Catalin
    Moderator

    Hello,

    Add this code in your style.css file from your child theme:

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

    The short-codes available can be found in the visual composer menu. Please take a look at my screenshot.

    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
    Attachments:
    You must be logged in to view attached files.
    #24498
     davidoryang
    Participant

    Got it
    Thank you

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

The topic ‘BuddyPress Registration Page, K – Elements’ is closed to new replies.

Log in with your credentials

Forgot your details?