makkusu's profile picture

Published by

published

Category: Layouts

remove the music player [CSS CODE!!]

since it's probably going to get taken down if i post it to elements (it doesn't count as a music player skin in my vision), i just decided to post it in a blog instead.

MAIN CODE:

<style>
  .music-bar::before {
  display: none !important;
  }
  .music-bar {
  display: none !important;
  background: none !important;
  backdrop-filter: none !important;
  border-top: 0px !important;
  box-shadow: none !important;
  }
  .bar-btn {
  display: none !important;
  }
  .bar-info-section {
  display: none !important;
  }
  .bar-playlist-container {
  display: none !important;
  }
  .bar-volume {
  display: none !important;
  }

</style>

(OPTIONAL) KEEP THE MESSAGES BUTTON

<style>
  .bar-im-container .bar-btn{
  display: flex !important;
  }
  .bar-im-container {
  border-left: 0px !important;
  padding-left: 1208px !important;
  padding-top: 2px;
  }
  .online-status-bubble {
  display: none !important;
  }
  .messenger-button-2007 {
  padding-top: 0px !important;
  }
  .messenger-label {
  padding-bottom: 2px !important;
  }
</style>

IF THIS POST GETS TAKEN DOWN, THIS CODE WILL BE MIRRORED ON GITHUB AND srb1.surge.sh!

Kudos: 0

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Report

the message button may not be in the same place for all people! i made this on a 1366 x 768 monitor on a laptop!