Forums

[resolved] Change Blockquote Quote Symbol Image Color (3 posts)

  1. michaelvenske
    Member
    Posted 2 years ago #

    (Searched the forum and I couldn't find anything -- please excuse me if this issue has already been covered in the forum.)

    I would like to change my blockquote quotation mark color to #3300FF, however, my attempts to edit the stylesheet have failed. I'm not sure if i'm entering the color code incorrectly or in the incorrect spot.

    Here is what my stylesheet looks like at this point:

    blockquote p{
    padding:11px 0px;
    }

    blockquote{
    color: #3300FF;
    margin:0 0 11px 5px;
    padding:0 0px;
    }

    blockquote{
    font-size:13px;
    font-style:italic;
    margin:0 0 5px;
    padding:5px 5px 5px 40px;
    }

    Test post here:

    http://michaelvenske.com/blog/?p=1195

    Please let me figure this out.

    Thank you in advance!

    Michael

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    the quotation mark is a background image
    http://michaelvenske.com/blog/wp-content/themes/twicet/images/quotes.png

    refered to in /css/style1.css

    blockquote{
    	background:transparent url(../images/quotes.png) no-repeat scroll left 6px;
    	color:#555555;
    	}
  3. michaelvenske
    Member
    Posted 2 years ago #

    Fantastic!

    Problem solved!

    Thank you!

Topic Closed

This topic has been closed to new replies.

About this Topic