Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 10 Online 3,047 Members

Footer colours

5 Posts
2 Users
0 Reactions
218 Views
Posts: 7
 lucn
Topic starter
(@lucn)
Member
Joined: 7 years ago

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,

 

 


Topic Tags
4 Replies
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

#footer {
background: <your color here> !important;
}


Reply
Posts: 7
 lucn
Topic starter
(@lucn)
Member
Joined: 7 years ago

Hi Stevland,

It works only half...

Only the 1/3 of the footer changes to the desired colour...

 


Reply
Posts: 7
 lucn
Topic starter
(@lucn)
Member
Joined: 7 years ago

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.


Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Hmmm. Try this...

html,
#osticket,
#ostawesome,
#footer {
background: <your color here> !important;
}


Reply
Share: