Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 2 years ago

#8901 closed defect (bug) (wontfix)

The text is not visible properly

Reported by: baroliyamayur Owned by: johnjamesjacoby
Priority: normal Milestone:
Component: BuddyPress.org Sites Version:
Severity: normal 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
3 years 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
2 years ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

Closing as per #9193

Note: See TracTickets for help on using tickets.