• Resolved Hulbert Lee

    (@hulbert-lee)


    Hi, I’m sorry for the student question, but I’m trying to find the exact HTML color (dark gray?) number for my website font; however, I can’t seem to find it by inspecting its element. Do you know what color is my main website font?

    https://howtofocusbetter.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Without a basic comprehension of CSS, the answer would seem to be moot.

    its something like #333333.
    But i cant find any color specification in your css files…
    May be if your can try

    body {
    color:#ff0000;
    }

    and see if your color changes or not..
    Thanks

    You can find the color code in this file.

    wp-content/themes/linen_pro/stylesheets/master.css

    body {
    	font-size: 62.5%;
    	font-family: Georgia, Times, serif;
    	color: #333;
    	background-color: #d0d0d0;
    }

    Your Color is #333;

    Thanks

    Thread Starter Hulbert Lee

    (@hulbert-lee)

    Ah there we go. Thank you Nasir Zia.

    Pleasure ??

    I was confused by the very many recent posts for help (by both the OP and vs. versa) and the very many responses bouncing back and forth (by both the OP and vs. versa)….so, sorry……………………………………………………………………………….[Moderator]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘What color is my website font?’ is closed to new replies.