Footer
-
Hi Shameem, amazing theme.
The links in the header/menu and body are “blue” in normal mode. If we change to dark mode, all the links keep blue except in the footer.
How can we change this behavior? So that it stays also blue like everything else.Thanks,
Luis
-
Hi Luis,
Glad you like the theme. And good eye, the footer really does behave differently from everything else.
The footer menu has its own text color set on the navigation block, so it ignores the link color the rest of the site uses. That’s why it stays gray in dark mode while everything else keeps the blue.
You can fix it in about a minute without any code. Go to Appearance → Editor → Patterns → Footer, click the menu links, open the Styles panel, and set the Text color to Accent. It’ll then follow the same blue as the header and body in both modes.
If you’d rather handle it with CSS, drop this into Appearance → Customize → Additional CSS:
/* Provided by Shameem on 2026-07-04 */
/* Purpose: Make footer menu links use the accent color so they stay blue in dark mode like the rest of the site. */
footer .wp-block-navigation a {
color: var(--wp--preset--color--accent) !important;
}Either one works, so pick whichever you prefer. I’ve also fixed this in the theme itself so the footer inherits your link color out of the box in the next update.
Let me know how it goes.
Hi Shameen,
I’ve opted by “Additional CSS” and is perfect.
Thanks!
You must be logged in to reply to this topic.
