Comments Thomas started the conversationMarch 11, 2014 at 6:44pmHi Huys!Is there an easy way to change the icon used with the project attributes of a portfolio item? I'd like to change it into the forward icon.Kind regards,Thomas 1,070ThemeNectar repliedMarch 12, 2014 at 12:20pm Hey Thomas! You can alter that in the single-portfolio.php file - open that up and search for this: Now just change the to this: and add your icon in here: echo '' . $attr->name . ''; like: echo '' . $attr->name . ''; Cheers :)------Sorry! It seems ticksy broke all the HTML i entered in pre tags - please see the screenshot for the correct information :)Thomas repliedMarch 17, 2014 at 2:52pmTHANX!Works like a charm.ThomasDan repliedSeptember 2, 2014 at 8:34amThankyou for your support on this question. As an extension to this:Is it possible to assign a specific icon for each attribute?thx 1,070ThemeNectar repliedSeptember 3, 2014 at 11:42amHey Dan!As of now that would only be possible if you bypassed using the project attributes all together and then just used an unordered list in your project in combination with the tiny shortcode element Sign in to reply ...
Hi Huys!
Is there an easy way to change the icon used with the project attributes of a portfolio item? I'd like to change it into the forward icon.
Kind regards,
Thomas
Hey Thomas!
You can alter that in the single-portfolio.php file - open that up and search for this:
Now just change the
to this:
and add your icon in here:
like:
Cheers :)
------
Sorry! It seems ticksy broke all the HTML i entered in pre tags - please see the screenshot for the correct information :)
THANX!
Works like a charm.
Thomas
Thankyou for your support on this question. As an extension to this:
Is it possible to assign a specific icon for each attribute?
thx
Hey Dan!
As of now that would only be possible if you bypassed using the project attributes all together and then just used an unordered list in your project in combination with the tiny shortcode element