Okay
  Public Ticket #1597249
Font Sitze
Closed

Comments

  • mike1270 started the conversation

    Hello, 

    where can I increase the font-size of the entire site (menu + pages + slider (homepage))? 


  •  291
    Paul replied

    Hello!

    You would need to use custom CSS to adjust them. Please try applying this:

    #menu-wrapper > ul > li {
        font-size: 15px;
    }
    #full-scrn-slider .caption-title {
        font-size: 26px;
    }
    #full-scrn-slider .caption-body {
        font-size: 16px;
    }
    #inner-content-container .columns {
        font-size: 16px;
    }
    


    Regards,
    Paul