Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes I would like to know how to change the size of the icons and the color too when using the shortcode.

    If you would like to make the icon lager or change the color, just edit the css class with font-size and color.

    So for example are using ‘icon-envelope’, add the following to your custom.css or whichever style sheet you use to override your themes style sheet.

    .icon-envelope:before {
    	font-size:20px;
    	color:#F7D56E;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘large 2x 3x icons’ is closed to new replies.