Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Footer color can not be changed with New-UDFooter #1154

Closed
camusicjunkie opened this issue Sep 21, 2019 · 2 comments
Closed

Footer color can not be changed with New-UDFooter #1154

camusicjunkie opened this issue Sep 21, 2019 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@camusicjunkie
Copy link

Describe the Issue

Footer color cannot be changed with New-UDFooter -BackgroundColor Gray. The only way to change the footer color is to change the nav bar background color.

To Reproduce

Steps to reproduce the behavior: (Example)

  1. Start dashboard with a different color footer.

Expected behavior

The background color of the footer should be able to be modified independent of the nav bar background color

Script Sample

$dashboard = New-UDDashboard -Title "Test Dashboard" -Content {
    New-UDHeading -Text "Test" -NavBarColor 'gray' -Footer (New-UDFooter -Copyright Copyright' -BackgroundColor 'Blue')
}
Start-UDDashboard -Dashboard $dashboard -Port 1000 -Verbose
@camusicjunkie camusicjunkie added the bug Something isn't working label Sep 21, 2019
@leeberg
Copy link
Contributor

leeberg commented Sep 26, 2019

Found issues with how the New-Footer - in since initial release - nice find :)

PR #1185

@psDevUK
Copy link
Contributor

psDevUK commented Oct 2, 2019

Hey @camusicjunkie just went on to poshud and was able to change the footer tweaking:-
.ud-footer {
background-color: #3f5;
color: #000;
}
So if a must need then this could be converted to a custom theme...?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants