oO5 Dynasty
Well-known member
Mod Bar:
I know how to make it transparent for the entire site, but i actually only want it to be transparent on profile pages only. ( .member_view )
http://prntscr.com/e4lk3v
Any help would be greatly appreciated!
I know how to make it transparent for the entire site, but i actually only want it to be transparent on profile pages only. ( .member_view )
http://prntscr.com/e4lk3v
Code:
#moderatorBar {
-webkit-box-shadow: 0 0 5px rgb(0, 0, 0);
-moz-box-shadow: 0 0 5px rgb(0, 0, 0);
-khtml-box-shadow: 0 0 5px rgb(0, 0, 0);
box-shadow: 0 0 5px rgba(0, 0, 0, 0)!important;
width: 100%;
position: fixed;
top: 0px;
z-index: 100;
}
Any help would be greatly appreciated!