Second Quote in phpbb3 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Second Quote in phpbb3

    avatar
    Gabsimen
    New Member


    Posts : 2
    Reputation : 0
    Language : Mother: Magyar Foreign: English, Deutsch(ein bis), Espanol(muy poco)

    Solved Second Quote in phpbb3

    Post by Gabsimen December 10th 2010, 3:59 pm

    Hello!

    My problem is that I want to change the colour of quotes in phpbb3, but the colour of the second quote doesn't change. I have tried everything in the color menu (in the Administration Panel), but I can not find which colour I have to change. Here is a picture for an easier understanding: Second Quote in phpbb3 Navtel10
    avatar
    Guest
    Guest


    Solved Re: Second Quote in phpbb3

    Post by Guest December 10th 2010, 4:06 pm

    Try this:
    Code:

    blockquote cite{background-color:}
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Second Quote in phpbb3

    Post by ankillien December 10th 2010, 4:25 pm

    Hello,

    I think this code would do the trick...

    Code:
    blockquote blockquote {
    background: yellow;
    }
    avatar
    Gabsimen
    New Member


    Posts : 2
    Reputation : 0
    Language : Mother: Magyar Foreign: English, Deutsch(ein bis), Espanol(muy poco)

    Solved Re: Second Quote in phpbb3

    Post by Gabsimen December 10th 2010, 7:02 pm

    Thank you very much, both worked perfectly.
    avatar
    Guest
    Guest


    Solved Re: Second Quote in phpbb3

    Post by Guest December 10th 2010, 8:19 pm

    Welcome (:

    Solved + Locked