Hi guys,
Only for my Calendar list view page, I would like to change the color of the header. It’s now white but the hamburger menu (top right) is white also…
For normal pages you can use page-id but this page doesn’t seem to have an id.
Any ideas on how to achieve this?
Thanks in advance,
Regards,
Steven
Hey steviger,
Please try the following in Quick CSS under Enfold->General Styling:
.tribe-events-page-template #header_main {
background: red;
}
Best regards,
Rikard
Hi Rikard,
Thanks, it works.
Regards,
Steven