Former Member
inherit
guest@proboards.com
246401
0
Dec 2, 2024 8:35:36 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 12, 2018 9:40:58 GMT -8
Is there a way to change the font style and font size with this plugin? Thank you..
|
|
inherit
149117
0
Dec 2, 2024 6:55:54 GMT -8
Pearson
"a picture is worth a thousand words, a moving picture is worth a million words" Pearson
6,568
November 2009
pearson
|
Post by Pearson on Aug 13, 2018 18:14:37 GMT -8
Are you wanting to know about changing font-family & size in the content you type into the content box?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 14, 2018 9:33:30 GMT -8
HTML is supported in the content areas of the plugin, so you would use any method applicable to HTML elements to achieve this.
The lazy way is to use font HTML tags or inline CSS.
The more professional way to do it is to add CSS to the end of Themes > Advanced Styles & CSS > Style Sheet on your theme to target specific sidebar containers or elements within the sidebar. For example, if you gave the ID sidebar-1 to one of your containers you would change the font properties of its contents using this:
You can also change the font size of all sidebar containers at once, but to keep things less complicated I won't go into detail about that unless you describe that as exactly what you're looking to do.
|
|
Former Member
inherit
guest@proboards.com
246401
0
Dec 2, 2024 8:35:36 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 14, 2018 11:14:11 GMT -8
HTML is supported in the content areas of the plugin, so you would use any method applicable to HTML elements to achieve this. The lazy way is to use font HTML tags or inline CSS. The more professional way to do it is to add CSS to the end of Themes > Advanced Styles & CSS > Style Sheet on your theme to target specific sidebar containers or elements within the sidebar. For example, if you gave the ID sidebar-1 to one of your containers you would change the font properties of its contents using this: You can also change the font size of all sidebar containers at once, but to keep things less complicated I won't go into detail about that unless you describe that as exactly what you're looking to do. Thank you for your help.
|
|