- Posts: 68
- Thank you received: 0
Help with Business - Template
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
1 year 11 months ago #50433
by ijohnparton
Replied by ijohnparton on topic Help with Business - Template
Hi Milos
Can you help with somthing what i am trying to find out is how do i set the font type, size and line high just on one page.
Thanks
John
Can you help with somthing what i am trying to find out is how do i set the font type, size and line high just on one page.
Thanks
John
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6813
- Thank you received: 724
1 year 11 months ago - 1 year 11 months ago #50435
by milos
Replied by milos on topic Help with Business - Template
Hello,
This template has the Sparky Page Builder, so you can use it to set some of the font properties (such as font size or color). Also, for some properties that are not in the Page Builder settings (such as line height and font type), you can assign a class (to either this row or this element itself) and then use this class to style it in the custom.css file. For example, if class name of the row is "mytext", you add this in custom.css:
or for hedings (for example H2):
Regards,
Milos
This template has the Sparky Page Builder, so you can use it to set some of the font properties (such as font size or color). Also, for some properties that are not in the Page Builder settings (such as line height and font type), you can assign a class (to either this row or this element itself) and then use this class to style it in the custom.css file. For example, if class name of the row is "mytext", you add this in custom.css:
Code:
.mytext p {
font-family: Courier;
line-height: 1.5;
}
or for hedings (for example H2):
Code:
.mytext h2 {
font-family: Courier;
line-height: 1.5;
}
Regards,
Milos
Last edit: 1 year 11 months ago by milos.
Please Log in to join the conversation.
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
- Posts: 68
- Thank you received: 0
1 year 11 months ago #50447
by ijohnparton
Replied by ijohnparton on topic Help with Business - Template
Hi Milos
If i am useing any of the above how to i assine it to a text line like
" This is a test for me to show how this Works" - .mytext h2 and then
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi euismod massa iaculis odio rhoncus fringilla. Aenean in neque ex. Mauris eu maximus nibh. Nullam id enim molestie, vestibulum mauris non, gravida est. Donec gravida at est et blandit. Nulla facilisi. Vestibulum porta libero tellus, eget pulvinar neque luctus nec. Nullam commodo nec ante eget dignissim. Pellentesque posuere risus tellus, a efficitur ipsum gravida in. Praesent neque metus, convallis eu faucibus in, tempor sit amet lectus. " - .mytext p
Thanks
If i am useing any of the above how to i assine it to a text line like
" This is a test for me to show how this Works" - .mytext h2 and then
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi euismod massa iaculis odio rhoncus fringilla. Aenean in neque ex. Mauris eu maximus nibh. Nullam id enim molestie, vestibulum mauris non, gravida est. Donec gravida at est et blandit. Nulla facilisi. Vestibulum porta libero tellus, eget pulvinar neque luctus nec. Nullam commodo nec ante eget dignissim. Pellentesque posuere risus tellus, a efficitur ipsum gravida in. Praesent neque metus, convallis eu faucibus in, tempor sit amet lectus. " - .mytext p
Thanks
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6813
- Thank you received: 724
1 year 11 months ago #50449
by milos
Replied by milos on topic Help with Business - Template
Hello,
You can assign a class ("mytext") to the text block or to the heading block in the block settings in the Sparky Page Builder. More details:
www.hotjoomlatemplates.com/sparky-page-b...ion/blocks/paragraph
www.hotjoomlatemplates.com/sparky-page-b...ation/blocks/heading
Regards,
Milos
You can assign a class ("mytext") to the text block or to the heading block in the block settings in the Sparky Page Builder. More details:
www.hotjoomlatemplates.com/sparky-page-b...ion/blocks/paragraph
www.hotjoomlatemplates.com/sparky-page-b...ation/blocks/heading
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.092 seconds