Forum Discussion
3 Replies
- bandalVisitorSet in appMain.brs or where you set the theme.
theme.ParagraphBodyText = "#000000"
theme.ParagraphHeaderText = "#000000"
DA - dandroidVisitorThat's only the header and body text though. I need the title text (top right text)
- bandalVisitorThe top right is the Breadcrumb.
I tried to find it and thought it was a setting like
theme.BreadcrumbTextRight = "#FF55FF"
But, nothing changed. There could be a hidden attribute not in the documentation to set it or it is something we can't set.
DA