Okay
  Public Ticket #1202442
How to change "i'm remi" header font and its size
Closed

Comments

  • bajej started the conversation

    Hi, 

    I would like to change the title where is "I'm remi". I know how to change text but i don't know how to change the size and type of the font there.

    Additionaly - how do i make spacing between this and menu smaller?

  • [deleted] replied

    Hi bajej

    Please consider reading the article we wrote about how to use  'Custom css'. After you reading the article you will be able to find the code below inside Custom CSS. It will be wrapped for many CSS Query ( per desktop per mobile etc @media max width)

    .blog .section-title h1, .home .section-title h1 {    
        font-size: 50px !important;    margin-top: 100px;
    }

    Thank you.