- This topic has 5 replies, 2 voices, and was last updated 9 years, 12 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘Showcase and Feedback’ is closed to new topics and replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Showcase and Feedback › How can I modify just the footer text color
Tagged: footer, footer text
Hi,
Can someone tell me how to modify just the footer text color? It's dark (like the rest of the text) and it does not display well on my dark blue footer background.
Thanks,
Hutch
Hutch
Looks like you managed to change footer text to white, it appears fine now. However, you may want to change text mouse hover color some lighter shade as well. Under the following code in style.css
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
background-color: #1e3561;
color: #fff;
font-size: 12px;
font-size: 1.2rem;
padding: 36px;
padding: 3.6rem;
text-align: center;
}
.site-footer a {
color: #fff;
text-decoration: none;
}
Add this code
.site-footer a:hover {
color:#ddd;
}
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes
Thanks Davinder,
I was not able to get that to work till I added !important - not sure why but, adding that seems important as it works.
Thanks for your help.
Hutch
Welcome, since issue is fixed - mark this thread resolved else update the thread with follow up status.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes
I looked for a "resolved" button or link and don't see it. How do I resolve the thread?
Thanks again for your help.
Hutch
No issues, leave the thread as it is 😉
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes
© 2023 WPEngine, Inc.