How do i change the menu color in affinity?
-
Hi
I would like to change the menu color in Affinity, for the background to be white and the text to be black, is that possible?
Is it possible to change the bottom to white aswell?
All the best
PaulaThe blog I need help with is: (visible only to logged in users)
-
Hi there, this would require custom CSS, which is part of the WordPress.com Premium Plan upgrade.
You can try out and preview custom CSS before you buy as explained here. This would be the custom CSS required.
.site-title a, .main-navigation a { color: #000 !important; } -
And this would be the CSS needed for the footer area.
.site-footer .footer-widgets { background-color: #fff !important; color: #000; } .site-footer .footer-widgets .widget-title { color: #000; }
- The topic ‘How do i change the menu color in affinity?’ is closed to new replies.