where can I find the roll over & nav icons? Posted in : BookCard UndaParticipant 24 March 2013 at 21:18 #4700 I want to edit the icons on the roll over for the ‘portfolio’ section and in the menu for the ipad iphone version, but I don’t see them in any of the folders in the download package. Where are they? ahmetsaliKeymaster 25 March 2013 at 07:50 #4716 You can’t find the image files because icons are icon fonts by FontAwesome. You can change icons via css; /* standart post */ .portfolio-items .mask:before { content: "\f0ca"; } /* video post */ .portfolio-items .video .mask:before { content: "\f03d"; } /* audio post */ .portfolio-items .audio .mask:before { content: "\f001"; } /* image post */ .portfolio-items .image .mask:before { content: "\f03e"; } /* url post */ .portfolio-items .url .mask:before { content: "\f0c1"; } You can find content codes for all icons in css/font-awesome.css file. Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item BookCard - 3D Folded vCard HTML Templateby pixelwars Login and Registration Log in · Register