05.10.2022, 14:43
Try this CSS to hide the buttons and change background.
Code:
.trends .navbar .btn {
display: none !important;
}
.trends .btn-group {
display: none !important;
}
.trends .container {
background: black!important;
}
------------------------------
Ctrl+F5
Ctrl+F5