Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing the text color on the Registration page

  • @expbountyhunter

    Participant

    Hello there and thank you for taking the time to read this. My website is primeguardgaming.com and as the title states I am trying to change the registration page’s text color from white to black. I would also like to remove the “This field can be seen by”. Any help would be greatly appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @henrywright

    Moderator

    Hi @expbountyhunter

    Do you mean the ‘Home’ item in your navigation? The rest of the text on that page already seems to be white.

    Try adding this to your theme’s style.css document:

    .header .header-inner .nav ul li.current_page_item a {
        color: #fff;
    }

    To learn about CSS, check out this resource:

    https://developer.mozilla.org/en-US/docs/Web/CSS

    @expbountyhunter

    Participant

    http://primeguardgaming.com/register/

    Sorry, I meant that the form has several questions and above each question is “This field can be seen by”. I wish to remove this from above the questions.

    @mcuk

    Participant

    If you add the code below to your style.css file it won’t appear on the page:

    #buddypress .field-visibility-settings-notoggle {
          display: none;
    }

    @expbountyhunter

    Participant

    Your code worked perfectly. Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the text color on the Registration page’ is closed to new replies.
Skip to toolbar