Skip to:
Content
Pages
Categories
Search
Top
Bottom

Registration page Font style and size

  • @richardpalfrey

    Participant

    Hi, i’ve recently installed BP and cant find a solution to changing the font size and style for the profile fields on my ‘register page’. My themes font controls only change the heading text. All help much appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • @slaffik

    Moderator

    The only option is to use CSS (in style.css) in your child theme to modify that. Or some plugins, that give ability to apply styles without modifying files (Siteorigin CSS).

    #buddypress #register-page label { 
        font-size:120%;
    }

    @aprilschmitt27

    Participant

    Slava, the code that you posted above is the most elegant solution that I’ve seen for enhancing readability. I’m using it through the WordPress “Additional CSS” functionality. It works perfectly on the “Account Details” side on my registration page. However, I’d really love to do the same thing for the “Profile Details” side. I searched for several hours with no luck. Any suggestions would be very greatly appreciated.

    ~April

    @aprilschmitt27

    Participant

    I realized today, that my problem is a result of the Kleo Theme.

    ~April

    @omo9jatoja

    Participant

    I, also something related to this topic will love to get help.

    How do i use different form for my buddypress registration page. I will appreciate all assistance.

    Thanks.

    @prashantvatsh

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