inherit
the_end_gb@yahoo.com
194116
0
Jun 12, 2017 15:10:20 GMT -8
waster1966
11
May 2013
waster1966
|
Post by waster1966 on May 16, 2013 9:06:57 GMT -8
Hi,
Hope someone can help - I want to change the quoted text on my forum to an italicised "Georgia" font and also be able to change the text size.
Whilst searching the support forum I've found individual answers to the font size and how to get it to italics but cannot find anything about font type for quoted text.
Thanks in advance for any assistance you can offer.
Regards
Alan
PS I previously posted this in the wrong area but I have now deleted that post.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 16, 2013 12:35:17 GMT -8
You can just add this to your style sheet at the bottom:
/*font change in quoted posts*/ .quote{ font-style: italic; font-size: 14px; }
To get to the style sheet: Admin > Themes Advanced Styles & CSS > and click on the tab, Style Sheet
|
|
inherit
the_end_gb@yahoo.com
194116
0
Jun 12, 2017 15:10:20 GMT -8
waster1966
11
May 2013
waster1966
|
Post by waster1966 on May 16, 2013 14:40:27 GMT -8
Many thanks p????lq?n?
Unfortunately I could not seem to get that to work and also need to know how to change the font type for the quoted text?
Regards
Alan
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 16, 2013 19:39:32 GMT -8
Just to be sure, you do have a V5 forum, correct? Also could you link me to a thread (guest viewing friendly)that has quoted text so I can see if something is overriding it because it works on my test site. One thing you could try is adding !important to the end: /*font change in quoted posts*/ .quote{ font-style: italic!important; font-size: 14px!important; font-family:"georgia", Times, serif!important; }
|
|
inherit
the_end_gb@yahoo.com
194116
0
Jun 12, 2017 15:10:20 GMT -8
waster1966
11
May 2013
waster1966
|
Post by waster1966 on May 17, 2013 9:54:58 GMT -8
|
|
inherit
the_end_gb@yahoo.com
194116
0
Jun 12, 2017 15:10:20 GMT -8
waster1966
11
May 2013
waster1966
|
Post by waster1966 on May 17, 2013 10:11:11 GMT -8
Hi
I tried the new code (the "important" one) but it still wouldn't work for me, however by adapting the code I had already in the Global Header using some of your code, I finally got it to work - here it is:
<style type="text/css"><!-- .quote {font-style: italic;} .quote {font-size: 14px;} .quote {font-family:"georgia", Times, serif;} --></style>
Huge thanks again
Alan
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 18, 2013 2:03:30 GMT -8
Yep, if you put it in your header you do need the style tags but why it needed the extra curly brackets and listing .quote again like you did, I don't know. Not sure why it didn't work for you adding it to your style sheet either but if you got it to work and you are happy then so am I. Could be because the live preview wasn't showing it. That has happened to me but when I clicked saved it worked.
|
|