Making WordPress.org

Opened 10 years ago

Closed 10 years ago

#2494 closed defect (bug) (fixed)

Support Theme: Too large font in user profiles

Reported by: SergeyBiryukov Owned by: SergeyBiryukov
Priority: normal Milestone:
Component: Support Forums Keywords:
Cc:

Description

Forums profiles currently have a 18px font, which looks a bit too large and inconsistent with the rest of the forums.

Unless that's intentional, let's use normal font size there. See the current screenshot and the proposed one.

Attachments (4)

meta-2494.PNG (103.4 KB ) - added by SergeyBiryukov 10 years ago.
meta-2494.proposed.PNG (93.6 KB ) - added by SergeyBiryukov 10 years ago.
support-font.png (120.4 KB ) - added by yahil 10 years ago.
2494.diff (679 bytes ) - added by yahil 10 years ago.

Download all attachments as: .zip

Change History (11)

@yahil
10 years ago

#1 @yahil
10 years ago

#bbp-single-user-details #bbp-user-navigation span a {
	font-size: 15px;
}
#bbp-user-body .bbp-user-section {
	font-size: 15px;
}

#bbp-user-body .bbp-user-section p {
	margin-bottom: 10px;
}

You can add this style for this issue.
For output please refer screenshot https://meta.trac.wordpress.org/attachment/ticket/2494/support-font.png

Last edited 10 years ago by yahil (previous) (diff)

#2 @SergeyBiryukov
10 years ago

@yahil: The theme already has a group of selectors to set the baseline font size for most of the pages, we could just add #bbpress-forums #bbp-user-wrapper there.

Would you like to work on a patch?

#3 follow-up: @yahil
10 years ago

@SergeyBiryukov Yes, I would like to work on a patch.

#4 in reply to: ↑ 3 @SergeyBiryukov
10 years ago

Replying to yahil:

Yes, I would like to work on a patch.

Great, take a look at https://make.wordpress.org/meta/handbook/documentation/contributing-with-git/ and let me know if you need any help.

#5 @yahil
10 years ago

  • Resolutioninvalid
  • Status newclosed

Added new patch for support theme user profile.

@yahil
10 years ago

#6 @ocean90
10 years ago

  • Resolution invalid
  • Status closedreopened

#7 @SergeyBiryukov
10 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status reopenedclosed

In 4986:

Support Theme: Use normal font size on user profiles.

Props yahil.
Fixes #2494.

Note: See TracTickets for help on using tickets.