Hello,
Please help
Is there any way to enlarge the font size in the certain part of a page?
For example in the middle or bottom of a page, I want to use larger font
FYI, I already read this post https://kriesi.at/support/topic/easily-change-font-sizes-enfold/
but I think my request bit different, kerin01 want to apply bigger font for whole page while I just want to apply it on certain area only.
Please help
Regards,
Andri
Hi andri7luck!
Can you point out the font on demo site or on your website so we can provide you accurate custom CSS code?
Regards,
Yigit
like in here http://www.getushotel.com/
I want to enlarge this sentence:
“GetUsHotel memberikan jaminan harga terbaik!”
Is that possible?
Hey!
You can simply highlight the text and choose to display it as a heading element as shown here http://i.imgur.com/MWdNPVg.jpg
Cheers!
Yigit
I know about that but the heading style is too bold and if I use heading the text will be all in capital mode
Is there any way to just enlarge the body text? Thanks
Hi!
You can add this on your custom.css or Quick CSS:
h2 span {
text-transform: none;
font-weight: 300;
}
You can also add a special css selector for the heading then apply css modifications to it.
Best regards,
Ismael
it works, thanks a lot Ismael