Reply To: Main menu color change

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › Main menu color change › Reply To: Main menu color change

#1781
Boaz
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;
}