Support › Forums › Support (Legacy) › Main menu color change › Reply To: Main menu color change
16/06/2016 at 11:53
#1781
Keymaster
I thought you are talking about the text color…
So you can add this in LIVE CSS:
@media (min-width: 768px)
body.pojo-title-bar #header {
background-color: rgba(211, 27, 134, 0.9)!important;
}
