Hello,
I’ve been trying to get the color of the text in the subfile header to be white.
But, when using this subfile enhancer, it’s kind of an overlay on the printed text. So the text is not in the header.
It’s actually the ‘ax_x21o’ setting that is used. So if I would want to change this x21o to be white, it would be white on every screen and not just when it’s the header of a subfile…
Does anyone have an idea how this could be fixed?
Greetings,
Frederik
Text color subfile header
Moderator: jeanmichel
Re: Text color subfile header
Hi,
I think you can change it in the theme.css file:
Jaime
I think you can change it in the theme.css file:
Code: Select all
#terminalInner.axdefault .x21, #terminalInner.axdefault .x21 .ax-terminal-inputField {
color: #000000;
background-color: #FFFFFF;
}