Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need help to override font color for blockquote

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37332
    BryGuy
    Member

    Hello all,

    I’m new to the wonderful world of CSS and I’m struggling with the font color of my blockquotes.

    Here’s a post from my blog with a few quotes in it: http://www.bornsquishy.com/about-me/gene-find-project-results

    In the CSS for the blockquote I have the color set to #ffffff , but it’s being overwritten to default font color. What code can I insert to override the color for all blockquotes to be #ffffff ???

    Thanks,
    BryGuy

    #99908
    dfogge
    Participant

    hey bryguy, instead of blockquote {color:white;} try:

    blockquote p{
    color:white;
    }

    #99916
    BryGuy
    Member

    Thanks…. Worked great.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.