Skip to content

Text size of quotes

2002 Views 7 Replies

0 Members and 1 Guest are viewing this topic.

Text size of quotes
on:
#1
Why is the text size of quotes so small, I know I can use the editor to change text size but to do that for all quotes would be a real hassle, anything you can do to change it for me please.



                                        Thanks......Roger
Last Edit: January 12, 2025, 07:29:05 am by Roger
Re: Text size of quotes
Reply #3 on:
#4
Requires editing the css of the style.
You can customize under admin -> manage style
Then create a style

Then it will show CSS code
which you can find something like
Code: [Select]
blockquote.bbc_alternate_quote,
blockquote.bbc_standard_quote {
padding: 15px 10px;
border-style: solid;
border-width: 0 0 3px;
border-color: #b5c4cc;
background-color: #e0eef6;
color: #768094;
}

In the file
Add a field to it
Code: [Select]
font-size:medium;
And hopefully that will increase the size
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/
Re: Text size of pasted links and text
Reply #6 on:
#7
Sorry to bother you again but if I paste a link or text into the text box and hit save it ends up as below, very tiny in fact unreadable, see attachment below, if I paste text and then before saving it highlight it and set text size to 10pt it shows up as normal, can you point me in the right direction to correct this please.

                                                              Thanks  Roger
Last Edit: January 13, 2025, 11:18:45 am by Roger
Re: Text size of quotes
Reply #7 on:
#8
It's ok I fixed the problem by switching from WYSIWYG editor to SC editor and everything is fine now.
 

Related Topics