• Resolved mer

    (@merettekuijt)


    Iā€™m looking for a ccs option for the following:

    ā€“ Blog titels on block page to black without adjusting the colour of any other link based text.

    (a {
    color: #000 !important;
    }

    Doesn’t work as it adjust the other link based texts aswell

    ā€“ Summary text on blog page to black. Right now you cannot see they due to the font color.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    The theme doesn’t provide a separate class for post title links, so that cannot be changed via CSS.

    As for the summary text, add this via Additional CSS in your Customizer:

    .wp-block-latest-posts__post-excerpt {
        color: #000;
    }
    Thread Starter mer

    (@merettekuijt)

    Thank you so much!

    What would be the code to turn the link overall to a light grey?

    Moderator James Huff

    (@macmanx)

    Try either #777 or #888

    Thread Starter mer

    (@merettekuijt)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CCS for font color on blog page’ is closed to new replies.