Saulo Caetano Posted February 20, 2015 Posted February 20, 2015 I would like to remove this icon and add a custom. How?
Octavian Dima Posted February 20, 2015 Posted February 20, 2015 Hi, You can change it by editing the skin.
Saulo Caetano Posted February 21, 2015 Author Posted February 21, 2015 Hi, You can change it by editing the skin.how? I can not find the css... :/
Octavian Dima Posted February 21, 2015 Posted February 21, 2015 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.
Saulo Caetano Posted February 21, 2015 Author Posted February 21, 2015 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.