Forums

Where do I go to edit this? (5 posts)

  1. zascar
    Member
    Posted 3 years ago #

    On my blog: http://digital.dj/colly/ when text is in a quote it puts it in a blue background.

    Can anyone tell me what file and where can I edit this colour?
    Thanks

  2. jessn
    Member
    Posted 3 years ago #

    It's in your stylesheet, called "blockquote". Look for this line:

    .SCS blockquote { padding: 2px 10px; background: #e9f8ff; margin: 0px; color:#336699; }

    You have a couple different blockquote styles depending on where it's placed in your page so you might have to try changing different ones, but if you want to change the background color just replace the color:#336699; with the hex for whatever color you want.

  3. zascar
    Member
    Posted 3 years ago #

    thanks!

  4. zascar
    Member
    Posted 3 years ago #

    Where do I edit the colour of the text within that box?

  5. Xamataca
    Member
    Posted 3 years ago #

    In the very same estylesheet:
    .SCS blockquote { padding: 2px 10px; background: #e9f8ff; margin: 0px; color: #336699; }

    background: #e9f8ff; ---> background color
    color: #336699; ---> text color

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.