Color font in splash layout #2436
-
Hello! I am using a splash layout for my home-page stored with GitHub. I know how to change the font color, but I cannot find where to change the color of the text that appears in front of the "splash" background. For me, it always appears white. For example, in this splash page: https://mmistakes.github.io/minimal-mistakes/, how would it be to change the "Minimal Mistakes, A flexible layout..." text to another color and not only white? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Via CSS. Use your browser's web developer tools to inspect an element and determine the class selector(s) you need to modify. |
Beta Was this translation helpful? Give feedback.
-
I did not know about this utility, I am quite a noob with html. It worked fine :) Thank you! |
Beta Was this translation helpful? Give feedback.
Via CSS. Use your browser's web developer tools to inspect an element and determine the class selector(s) you need to modify.