- This topic has 1 reply, 1 voice, and was last updated 2 months, 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I’m using the Journalistic theme (free version) but it won’t let me change the color of my menu. I guess the default is white and it is blending into my background photo. And I can’t change the font. It’s a boring sans serif. Any suggestions for a similar free theme? I’ve including the link so you guys can see what I mean. I want to have a lot more control over my header and menu placement.
[https://confessionsofacleaninglady.com/](https://confessionsofacleaninglady.com/)
This is the code changing the color of the menus to white
`@media (min-width: 768px){ .home .lh-nav-bg-transform .navbar-nav>li>a, .home .lh-nav-bg-transform.navbar-default .navbar-brand {color: rgba(255,255,255,.8);}}`
Copy-paste the code in Appearance>Customize>Additional CSS area and replace `rgba(255,255,255,.8)` with the colour you want (color name or hex like #ffffff for white).