• Closed
  • Greg Spinks
    Spectator
    April 14, 2017 at 3:00 pm #33434

    Is there a way to make the icon image larger in a content box?

    Nilesh
    Spectator
    Posts: 37
    April 15, 2017 at 7:25 am #33437

    Hi,

    Add below custom css in Custom CSS section of Theme Options
    .content-box img {
    width: 500px; // you want to size
    height: 500px; //you want to size
    }

    Thank you