Jump to content

Custom Icons?

Featured Replies

Posted

I would like to remove this icon and add a custom. How?

Hi,

 

You can change it by editing the skin.

  • Author

Hi,

 

You can change it by editing the skin.

​how? I can not find the css... :/

In Forums -> frond -> forums -> topicRow is a pice of code like that

{{if $row->unread()}}
    <a href='{$row->url( 'getNewComment' )}' title='{lang="first_unread_post"}' data-ipsTooltip>
        <span class='ipsItemStatus'><i class="fa {{if in_array( $row->$idField, $iposted )}}fa-star{{else}}fa-circle{{endif}}"></i></span>
    </a>
{{else}}

You need to change the span here.

  • Author

In Forums -> frond -> forums -> topicRow is a pice of code like that

{{if $row->unread()}}
    <a href='{$row->url( 'getNewComment' )}' title='{lang="first_unread_post"}' data-ipsTooltip>
        <span class='ipsItemStatus'><i class="fa {{if in_array( $row->$idField, $iposted )}}fa-star{{else}}fa-circle{{endif}}"></i></span>
    </a>
{{else}}

You need to change the span here.

​Thanks <3

​Thanks <3

​You're welcome.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.