Okay
  Public Ticket #275074
Customise TIttle and subtittle
Closed

Comments

  • Anis started the conversation

    Hello,

    How I can customize the fonts (size and color) in H1, H2 and H3 (page title and subtitle)

    Thanks in advance

  • Anis replied

    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...

  •  1,973
    Support replied

    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

  • Anis replied

    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.

  •  1,973
    Support replied

    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