Notifications
Clear all
Dec 26, 2018 6:23 pm
I would like to change the footer colour, By default in the custom theme it's the same als the menu colour.
What should be put in the (I guess) "user-styles.css"?
Thans in advance,
3 Replies
Mar 15, 2019 10:05 am
#footer {
background: <your color here> !important;
}
Mar 17, 2019 7:05 pm
Hi Stevland,
It works only half...
Only the 1/3 of the footer changes to the desired colour...
Mar 17, 2019 10:47 pm
Addition; This has something to do with scaling; When maximise my screen, i get 1/3 the desired coulor, other 2/3 same as my menu bar. When using normal windows it seems fine.
Mar 29, 2019 5:34 am
Hmmm. Try this...
html,
#osticket,
#ostawesome,
#footer {
background: <your color here> !important;
}