Okay
  Public Ticket #1389533
Edit process title
Closed

Comments

  • Quan started the conversation

    I want to change the font  of the title of each step in the process section. Please instruct me to do that


    For example:

    In the attached picture, I want to change the font of "Nghe Hiểu".




  •  2,010
    Ocean replied

    Hello,

    I have a solution for your issues:

    1, Find Google font do you want to using for your website: https://fonts.google.com/

    2, You can easy add custom css code here: http://prntscr.com/gbgjxt

    @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext,vietnamese');
    .de_tab.tab_steps .de_nav li span{
        font-family: 'Roboto', sans-serif;
    }

    Thank you

  • Quan replied

    Thank you very much. I have successfully changed it.