@eddieb12180 Add the simple tweaks below to your child theme’s stylesheet and adjust to taste. Basically, tame the styles of the descriptions and settings so it will be more visually pleasing.
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
font-size: 14px !important;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
font-style: normal !important;
}
#buddypress .current-visibility-level {
font-weight: normal !important;
}
#buddypress .field-visibility-settings a.visibility-toggle-link {
font-style: italic;
text-decoration: underline;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
margin-bottom: 0;
}
@mercime Hey thanks for the response. Ill add those styles to my child. Awesome! But im thinking its more of an html edit im looking at. So where is that mark up? So I can maybe make a template, add it to the plugins directory and just remove the <p> tags. I just feel on the laptop, and the tablet size the there is to much space in between. makes the input field and the description look like they arent flowing together. Im a picky designer that is real anal about negative space lol. Your thoughts please. And im sorry if im just not looking at it the same.
@eddieb12180 Did you even try adding the styles I provided above? Of course you can make some changes in the registration page’s markup. Copy over the register.php file from https://buddypress.trac.wordpress.org/browser/tags/2.0/bp-templates/bp-legacy/buddypress/members/register.php into yourchildthemefolder/buddypress/members/ folder and make the changes you want to html tags available there.
It was pretty late, im going to try it your solution, of course. I was just expressing what my thoughts about it. And ty for your response. I feel I may have offended you. Not my intention. Just trying to also use some of my own brain power at the same time, in order to comprehend what is going on. So ill jump into today and ill Holla back at ya.
@mercime well I want to ty for your css and I did copy it to my child css. but i thin I was confused because this wasn’t added to the list of css you provided….
#buddypress .standard-form p.description {
color: #888;
font-size: 80%;
margin: 5px 0;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
but you providing the css above has really helped out. Big props!
@eddieb12180 glad you resolved styling of the registration form to your satisfaction 🙂
Marking this as resolved.