Easily possible with basic CSS knowledge, using the Additional CSS from the Wordpress Customize menu. Affiliates usually choose themes based on their backend capabilities, like ranking tables, review tabs/blocks etc. The frontend of any theme can be transformed to literally anything that you'd like for the most part. These days with ChatGPT you don't even need that much knowledge either.
If we are talking about the site from your gpwa name, your header's class is called ".top-nav-wrapper"
so in the Additional CSS you would put
Code:
.top-nav-wrapper {
background: red; (red is an example you can use any color name or hex #)
height: 50px; (this is just an example in pixels like "50px;" could be in percentage like "5%)
}
depending on what exactly you need, everything can be changed