Okay
  Public Ticket #177478
Change icon for project attributes
Closed

Comments

  • Thomas started the conversation

    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 

  •  1,070
    ThemeNectar replied

    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 replied

    THANX!

    Works like a charm.

    Thomas

  • Dan replied

    Thankyou for your support on this question. As an extension to this:

    Is it possible to assign a specific icon for each attribute?

    thx

  •  1,070
    ThemeNectar replied

    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