Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#2494 closed defect (bug) (fixed)

Support Theme: Too large font in user profiles

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
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 7 years ago.
meta-2494.proposed.PNG (93.6 KB) - added by SergeyBiryukov 7 years ago.
support-font.png (120.4 KB) - added by yahil 7 years ago.
2494.diff (679 bytes) - added by yahil 7 years ago.

Download all attachments as: .zip

Change History (11)

@yahil
7 years ago

#1 @yahil
7 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 7 years ago by yahil (previous) (diff)

#2 @SergeyBiryukov
7 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
7 years ago

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

#4 in reply to: ↑ 3 @SergeyBiryukov
7 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
7 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Added new patch for support theme user profile.

@yahil
7 years ago

#6 @ocean90
7 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

#7 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from reopened to closed

In 4986:

Support Theme: Use normal font size on user profiles.

Props yahil.
Fixes #2494.

Note: See TracTickets for help on using tickets.