is it possible to make social media icons darker?

Hi Aigars,

Thanks for the great theme, but I have a request that if you can make social Icons bit darker so that… they don’t go un-noticed…

Screenshot: http://prntscr.com/1ocy61

Regards

I am not going to release it as update because these buttons blends perfectly with the rest of the theme design.

Since these icons are based on font you can easily change size, color, padding etc.
To change color and size just add this to Theme Options – Other – Custom CSS

.social-icons ul li a {
	color: #111;
	font-size: 32px;
}

Just replace it with color code you like better and adjust size accordingly. These font based icons can be scaled without limits while still having the same pixel-perfect design.