• There are little rectangles with the first few words of each post on the main page. It has the title, the picture, and then a sentence or two below which are the first words from the post. How do I make the font darker for this text (the first few words from each post)? I’ve had several readers tell me it’s too light and difficult to read against a white background. Thank you for your help!

    • This topic was modified 7 years, 11 months ago by tmh12.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I assume you are referring to the post except on your homepage.
    Please use the following in your child theme style.css

    .excerpt {
        color: #000000 !important;
    }

    That will make the text black in color.

    Thank you

    Comment: Due to government regulations in Norway on how to design websites, the Hueman theme excerpt font color is not legal to use by default. Because of too low contrast. Regulations say that the contrast between font/background should be at least 70%. Regulations are there to make websites more readable for people with reduced eye vision. Most likely similar regulations will be implemented in all of Europe in av few years. Other EU-countries might already have these regulations.

    • This reply was modified 7 years, 11 months ago by MrMountain.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Darker font color for blurbs in summary grid’ is closed to new replies.