Multi-Quotes Background Color 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

    Multi-Quotes Background Color

    avatar
    dinobot
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    Solved Multi-Quotes Background Color

    Post by dinobot April 19th 2012, 9:33 pm

    Multi-Quotes Background Color 7WlcM

    On the top, the single quote looks normal but how do I change the background color of a multi-quote to a color like black?

    avatar
    Guest
    Guest


    Solved Re: Multi-Quotes Background Color

    Post by Guest April 19th 2012, 9:36 pm

    Hi!

    Can you provide your forum url? Smile
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Multi-Quotes Background Color

    Post by Sir Chivas™ April 19th 2012, 9:37 pm

    Hi, Hello

    This topics might help:

    https://help.forumotion.com/t106943-quote-look?highlight=quote+colors

    Or try adding this in your CSS:

    Code:
    .quote {
    background-color: none !important;
    }
    avatar
    dinobot
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    Solved Re: Multi-Quotes Background Color

    Post by dinobot April 19th 2012, 9:51 pm

    http://secondarylevel.forumotions.net/

    @Chivas: I tried that code but I think it only works for single quote, not for multiple chained quotes. And that link has no effect.

    I had a CSS code that changed the color of the multi-quote before but they were lost when I switched the forum version just to have a look around.
    avatar
    Guest
    Guest


    Solved Re: Multi-Quotes Background Color

    Post by Guest April 19th 2012, 10:30 pm

    Try this:
    Code:
    blockquote{
    background-color: #FIRST_QUOTE_BG_COLOR;
    }

    blockquote blockquote{
    background-color: #SECOND_QUOTE_BG_COLOR;
    }

    blockquote blockquote blockquote{
    background-color: #THIRD_QUOTE_BG_COLOR;
    }
    avatar
    dinobot
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    Solved Re: Multi-Quotes Background Color

    Post by dinobot April 19th 2012, 10:48 pm

    Nope. That doesn't work.
    avatar
    dinobot
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    Solved Re: Multi-Quotes Background Color

    Post by dinobot April 19th 2012, 11:05 pm

    Ah that one worked. Thank you!

    And sorry for asking all these trivial things. I made my forum a few years ago and recently lost my CSS so I'm a bit rusty.