Change color of hyperlinks in footer region?
We'd like to have a dark green color for our footer background and make the hyperlinks white. So far I can't see any css configuration that would let me do this. Curious if this is possible without too much custom work?
Thanks,
James
0
-
Add this to the deskop.css under the viewer's Resources/Styles:
.footer-region .menu-hyperlinks .list-menu-button {
color: #FFF;
text-decoration: underline;
}
Took me way too long to figure that out, but it was a fun exercise!0 -
Sorry, forgot to mention that you set the footer background color in Desktop.json.js under the Footer module. The viewModel "FooterViewModel" has a backgroundColor parameter. 0 -
Thanks Dan, looked forever for this but couldn't find it - much appreciated! 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare