• Hi guys…
    I’m just not sure on how to set the font size on live portfolio theme. I’ve been searching trough google and youtube but I just couldn’t find it. Does the font size is set on theme or on any other way? Can anyone tell me how to do it or maybe you have some tutorial link that I can learn?

Viewing 1 replies (of 1 total)
  • Theme Author cats_456

    (@cats_456)

    Hi @ivansept!

    You can set font size in the Customiser – ‘custom css’ option:

    #page .content {
       font-size: 32px;
    }

    or

    #page p {
       font-size: 32px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘how to set the font size.’ is closed to new replies.