Okay
  Public Ticket #1965554
Change Hero Caption Title font
Closed

Comments

  • pat started the conversation

    Hello,

    congrats for the theme!

    1- I'm using a costume font and also need change Hero Caption Title font, it is possible? can you help me on this?

    2- where I can change 'view case' button? to another name..

    Thank you,

    Pat


  •  1,823
    Support replied

    Hello Pat

    - if you don't want to use a Google font here is a short tutorial a custom font:

    How can I add my own custom icons/fonts to the theme?

    and then you can change the hero title font family with


    .hero-title {

        font-weight: 700;
        font-family: 'Poppins', sans-serif;

    }

    in customizer -> additional CSS

    - the View Case caption can be changed in the Showcase page options in the Showcase Template tab

    https://d.pr/free/i/KNROrh

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • pat replied

    Hi there,

    thank you for the help. 

    2. works fine!

    1. I've made all the instructions that I find in your link, and it works for the hero title on portfolio pages. 

     I need this change on homepage (fullscreen slider). Can you help me?

    Thank you,

    Pat

  •  1,823
    Support replied

    Hi,

    that you can change with

    .title {

        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        font-size: 3.5vw;
        line-height: 90px;
    }

    .subtitle {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    in customizer -> additional CSS

    I included all the font attributes


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • pat replied

    Many thanks! All good and works fine ;)