• Resolved Oleg Gordeev

    (@oleggordeev)


    Hi, how can I change the size of the 4-column icons, title, and body (excerpt)? I couldn’t find it on the forum.

    I tried to change the font size here but it would’t change:

    .content-icon .body p{ line-height:20px; font-size:13px; }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello oleggordeev,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .content-icon .icon {
      font-size: 15px;
    }
    
    .content-icon .title {
      font-size: 15px;
    }
    
    .content-icon .body p {
      line-height:20px !important; 
      font-size:13px !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Oleg Gordeev

    (@oleggordeev)

    Thanks. It helped!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the font size in the 4-column section’ is closed to new replies.