Comments Anis started the conversationSeptember 3, 2014 at 11:57amHello,How I can customize the fonts (size and color) in H1, H2 and H3 (page title and subtitle)Thanks in advanceAnis repliedSeptember 3, 2014 at 4:23pmThe idea is to set the session subtitle on H3. As it's in the text, the color: #ed1c2d, 24px, uppercase.found section_title but no subtitle... 1,973Support repliedSeptember 3, 2014 at 10:46pmHi, use .section-title h1 { ... } for title.section-title h3 { ... } for subtitleThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyAnis repliedSeptember 7, 2014 at 11:06amThank you for your reply. What I want to set now is, instead of the <p> normal text, set the <H3> in the "page options" for subtitle. This on all pages, and futur pages, as i'm not the one who will maintain the website.It must be easy and accessible to anyone. 1,973Support repliedSeptember 7, 2014 at 12:13pmHi, you can either add styles for .section-title p { ...}in your theme options Styling Options -> Custom CSS that will apply to all subtitles or make the paragraph a H3 heading by modifying the implementation in /sections/normal_section.php and /sections/portfolio_section.phpThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello,
How I can customize the fonts (size and color) in H1, H2 and H3 (page title and subtitle)
Thanks in advance
The idea is to set the session subtitle on H3. As it's in the text, the color: #ed1c2d, 24px, uppercase.
found section_title but no subtitle...
Hi, use
.section-title h1 { ... } for title
.section-title h3 { ... } for subtitle
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you for your reply. What I want to set now is, instead of the <p> normal text, set the <H3> in the "page options" for subtitle.
This on all pages, and futur pages, as i'm not the one who will maintain the website.
It must be easy and accessible to anyone.
Hi, you can either add styles for
.section-title p {
...
}
in your theme options Styling Options -> Custom CSS that will apply to all subtitles
or
make the paragraph a H3 heading by modifying the implementation in /sections/normal_section.php and /sections/portfolio_section.php
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy