Skip to:
Content
Pages
Categories
Search
Top
Bottom

Registration page issues


  • freddykan
    Participant

    @freddykan

    Wordpress 4.6
    Buddypress latest version
    http://www.ankspon.co.uk/register

    1. I would like to hide this text that appears on the profile details section of my registration page. “This field can be seen by: Everyone” – It makes the registration form messy. How do I hide it?

    2. Where can I edit the text that appears at the top of this page, supplied by the buddy press plugin? “Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.” – I can’t see it in the plugin or page.

    Thanks
    Freddy

Viewing 4 replies - 1 through 4 (of 4 total)

  • solojuve1897
    Participant

    @solojuve1897

    With regards to the first point maybe you can use some CSS?

    .field-visibility-settings, .field-visibility-settings-toggle, .field-visibility-settings-notoggle {
    display:none !important;
    padding:0;
    margin:0;
    font-size:0;
    }

    With regards to the second point. I think the way to go is to use the language files.


    freddykan
    Participant

    @freddykan

    Great, thanks.

    Where would you add that CSS?


    solojuve1897
    Participant

    @solojuve1897

    I would download Simple Custom CSS and put all the custom CSS there. In this way your changes wont go away when updating a plugin or theme.


    freddykan
    Participant

    @freddykan

    Great thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar