Skip to main content

Change color of hyperlinks in footer region?

Comments

3 comments

  • Dan Giersz
    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
  • Dan Giersz
    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
  • Permanently deleted user
    Thanks Dan, looked forever for this but couldn't find it - much appreciated!
    0

Please sign in to leave a comment.