Okay
  Public Ticket #1671790
Font type, size etc in general
Closed

Comments

  • Brian Lefoli started the conversation

    Hello,


    Where can I change the font, type, size etc. in general for this theme?

    It was no problem finding this for the "header", but I don't know where to find it for the rest of the site?


    See attached image..
    I dont like the italic font and I want the submenu text to be bigger :)

    Can you guide me to where I can change this? Thx

  •  2,010
    Ocean replied

    Hi,

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    h2 .teaser{ font-size: your-size; }
    .service-text{ font-style: normal; font-size: your-size; }
    

    You can learn more here:

    https://www.w3schools.com/css/css_font.asp