31.07.2023, 08:55
(05.10.2022, 14:43)Daniel Wrote: 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;
}
Can I use this only for a specific iFrame with additional classes?