*

Anton.D

  • ***
  • 21 posts
"top item" for premium
« 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

*

MB Themes

Re: "top item" for premium
« Reply #1 on: February 05, 2016, 10:44:35 AM »
@Anton.D
In files search_list.php and search_gallery.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anton.D

  • ***
  • 21 posts
Re: "top item" for premium
« Reply #2 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

*

MB Themes

Re: "top item" for premium
« Reply #3 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>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots