Multi-Quotes Background Color
2 posters
Page 1 of 1
Multi-Quotes Background Color
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?
dinobot- New Member
- Posts : 16
Reputation : 1
Language : English
Re: Multi-Quotes Background Color
Hi,
This topics might help:
https://help.forumotion.com/t106943-quote-look?highlight=quote+colors
Or try adding this in your CSS:
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;
}
Re: Multi-Quotes Background Color
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.
@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.
dinobot- New Member
- Posts : 16
Reputation : 1
Language : English
Re: Multi-Quotes Background Color
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;
}
Guest- Guest
Re: Multi-Quotes Background Color
Nope. That doesn't work.
dinobot- New Member
- Posts : 16
Reputation : 1
Language : English
Re: Multi-Quotes Background Color
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.
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.
dinobot- New Member
- Posts : 16
Reputation : 1
Language : English
Similar topics
» Background Color
» [background color update]-I want the code to change the background color
» Multi-Color Username Code
» Modules Color & background
» Background color and text color by rank
» [background color update]-I want the code to change the background color
» Multi-Color Username Code
» Modules Color & background
» Background color and text color by rank
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum