Osclass Support Forums

Osclass theme support => Free themes => Patricia Osclass Responsive Theme => Topic started by: Anton.D on February 05, 2016, 10:41:24 AM

Title: "top item" for premium
Post by: Anton.D on February 05, 2016, 10:41:24 AM
Hello =)

Can u help... how i can change "top item" words on icon only (f.e.  on fa-star ) ?

thanks
Title: Re: "top item" for premium
Post by: MB Themes on February 05, 2016, 10:44:35 AM
@Anton.D
In files search_list.php and search_gallery.php
Title: Re: "top item" for premium
Post by: Anton.D on February 05, 2016, 11:26:18 AM
Yes.... this code, right ?
Code: [Select]
<div class="flag"><?php _e('top''patricia'); ?></div>
But how change only words ?  I need set star ico in "flag" zone
Title: Re: "top item" for premium
Post by: MB Themes on February 05, 2016, 12:01:01 PM
@Anton.D
Change from:
Code: [Select]
<div class="flag"><?php _e('top''patricia'); ?></div>
To:
Code: [Select]
<div class="flag"><i class="fa fa-star"></i></div>