Home › Forums › Space themes support forum › How to setup a different background color for sticky header › Reply To: How to setup a different background color for sticky header
May 9, 2024 at 10:28 am
#564320
Luke Nielsen
Keymaster
Hello,
The other color for the sticky header can be defined via custom CSS code, e.g. try the below one:
.xts-sticked .xts-header-main .xts-general-header {
background-color: #f1c2c2;
}
Define it in Theme Settings -> Custom CSS.
- This reply was modified 7 months, 1 week ago by Luke Nielsen.