04.09.2023, 14:18
(31.07.2023, 08:55)victor.back Wrote:(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?
Thank you this works great! In my case I want to keep the buttons but don't want the select colour to be green but, say, #005698. Can you help?