Skip to:
Content

BuddyPress.org

Opened 18 months ago

Closed 5 months ago

#8901 closed defect (bug) (wontfix)

The text is not visible properly

Reported by: baroliyamayur's profile baroliyamayur Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: Priority: normal
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: needs-patch has-screenshots
Cc:

Description

The text is not visible properly

Page URL:- https://bpdevel.wordpress.com/

Issue Screenshot:- https://share.cleanshot.com/VpPtqxNVMrXK7ZckMWmc

Change History (2)

#1 @baroliyamayur
18 months ago

Please use the below CSS to resolve the issue.

.o2 .o2-app-page-title {
    margin: 0;
}
.o2-app-controls {
    margin: 0;
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.o2 .o2-app-controls a {
    color: #BE3631 !important;
}

See output: https://share.cleanshot.com/7K8HqHGsSWfxD8l6vGQL

#2 @espellcaste
5 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.