Today, I fixed the script in the remove music bar CSS code that kept the music bar. Here's the code:
<style>
.bar-im-container .bar-btn{
display: flex !important;
}
.bar-im-container {
border-left: 0px !important;
padding-top: 2px;
margin-left: auto !important;
float: right !important;
position: relative !important;
}
.online-status-bubble {
display: none !important;
}
.messenger-button-2007 {
padding-top: 0px !important;
}
.messenger-label {
padding-bottom: 2px !important;
}
</style>
Use this instead of the original version posted in the original blog post.
Comments
Displaying 0 of 0 comments ( View all | Add Comment )