- This topic has 1 reply, 2 voices, and was last updated 5 years, 4 months 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.
Home › Community Forums › Legacy Theme Support › Front page menu & newsletter color changes
1. How do I change the header menu font color?
https://drive.google.com/file/d/154pVhW_CojpPd4shUdbIjpEIrPP2rAIH/view?usp=sharing
2. Is there any way to change the color of the newsletter section on the front page?
https://drive.google.com/file/d/1VwT_B56LrFa1RdjxB1YTmiNQaNu4tV8P/view?usp=sharing
website: http://titansaap.org/M5DS/
If you add this to your CSS it should change the font color in the header –
.site-header .genesis-nav-menu a {
color: #333;
}
Change the newsletter section by editing this part of your css on line 2201
.home-bottom-footer {
background-attachment: fixed;
background-color: #16aaf3;
background-position: 50% 0;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
text-align: center;
}