View Full Version : One last thing...Italics in quotes-how to disable?
samroza
03-31-2014, 08:06 PM
I thought I was done, but I wanted to get this thread started before I forgot.
Just like the thread title says-I have a user who is very particular about wanting this disabled. In vB4 we were able to do it with the stylevar editor. I tried the same thing with vB5-changing italics to normal in the bbcode_quote_font stylevar, but it doesn't appear to have worked.
Is there another italics reference, or something that overrides this variable?
Lynne
04-01-2014, 04:17 PM
Can we get a link to see the problem?
samroza
04-01-2014, 04:54 PM
Can we get a link to see the problem?
No, I'm sorry, it's a private board.
vBulletin has always italicized the contents of the QUOTE bbcode. I want this to be normal-weighted font. I had it normalized in my vB4 installation, but the same steps did not eliminate the italics in vB5.
Zachery had me add `.bbcode_container .bbcode_quote {font-style: none;} ` to my css_additional.css, but that doesn't seem to have worked, as well.
It's a work in progress. :D
Seven Skins
04-01-2014, 09:22 PM
May be this:
.bbcode_container .bbcode_quote {font-style: normal !important;}
Lynne
04-01-2014, 09:45 PM
There is no such thing as font-style: none. It would need to be font-style: normal like Seven Skins wrote.
Mark.B
04-01-2014, 10:02 PM
There is no such thing as font-style: none. It would need to be font-style: normal like Seven Skins wrote.
Blame myself and Zachery for that....we both handed out the wrong code.....oops....
samroza
04-01-2014, 10:15 PM
Yep, that was the problem. I should have caught it, of course, but thank you to Seven Skins and Lynne!
Zachery
04-01-2014, 10:25 PM
Hey, it was late when I posted that, and I'm pretty sure it worked fine in firebug/etc. Probably because I broke the original class. sorry about that.
samroza
04-01-2014, 10:31 PM
And thank you Zachery, of course, for the initial idea (even if typo'd)!
We got it fixed and that's all I wanted. :)
Mark.B
04-01-2014, 10:41 PM
Hey, it was late when I posted that, and I'm pretty sure it worked fine in firebug/etc. Probably because I broke the original class. sorry about that.
Worse still I reposted it and didn't notice either. I'm made of fail tonight..... :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.