Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Last active February 13, 2018 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/86d50587c0160f71d4dee9f06230c7ee to your computer and use it in GitHub Desktop.
Save KaineLabs/86d50587c0160f71d4dee9f06230c7ee to your computer and use it in GitHub Desktop.
Jannah CSS Fix
.logy .container-wrapper,
.youzer .container-wrapper {
background: transparent;
border: none;
padding:0;
margin:0;
}
.youzer #content {
margin: 0;
padding: 0;
}
body #buddypress #message {
background: #fff;
}
body #buddypress #message i {
color: #999;
}
body #buddypress .activity-meta a:hover,
body #buddypress .activity-meta a {
background: transparent;
color:#939ba3;
}
.yzw-quote-content blockquote {
background: transparent;
}
.youzer-sidebar .widget-content .widget-title:after,
.youzer-sidebar .widget-content .widget-title:before {
border: none;
position: initial;
}
.youzer .members {
overflow:visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment