I have changed the colour of the upper suite bar to be blue and I have moved the site title to be inside this suite bar.
But currently I need to change the username text colour to be white and I need to change the colour for the App titles from black to white.
I was able to change the title for the Site home page using the following code inside my custom CSS:-
#pageTitle {; color:white}
But this will not have any effect on the App pages titles (library titles)or sub pages.
So my question is how I can:-
- Change the color of the App page tittle ?.
- Change the color of the usernames?
Thanks.
Currently my site looks follow:-
----
I tried adding the following to my custom CSS :-
.s4-title h1 a, .s4-title h2, .s4-title h2 a{color:white !important;}
but it also did not work. although i have read in this link that the
.s4-title h1 a, .s4-title h2, .s4-title h2 a{color:white !important;}is responsible for displaying the lists titles .