Forum

Footer colours
 
Notifications
Clear all

Footer colours

4 Posts
2 Users
0 Reactions
28 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,

 

 


3 Replies
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months 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: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Hmmm. Try this...

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


Reply
Share: