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.

Multi-Quotes Background Color

2 posters

Go down

Solved Multi-Quotes Background Color

Post by dinobot Thu 19 Apr 2012 - 21:33

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
dinobot
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: Multi-Quotes Background Color

Post by Guest Thu 19 Apr 2012 - 21:36

Hi!

Can you provide your forum url? Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Multi-Quotes Background Color

Post by Sir Chivas™ Thu 19 Apr 2012 - 21:37

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;
}
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Solved Re: Multi-Quotes Background Color

Post by dinobot Thu 19 Apr 2012 - 21:51

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
dinobot
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: Multi-Quotes Background Color

Post by Guest Thu 19 Apr 2012 - 22:30

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
Guest
Guest


Back to top Go down

Solved Re: Multi-Quotes Background Color

Post by dinobot Thu 19 Apr 2012 - 22:48

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

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: Multi-Quotes Background Color

Post by dinobot Thu 19 Apr 2012 - 23:05

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.
avatar
dinobot
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum