Page Header – Changing star icon
-
Hi.
I’m having a problem changing the star icon in page-header.php and I’ve been looking into https://www.ads-software.com/support/topic/icon-star-empty?replies=4
From the answer, I looked for<h1><i class="icon-star-empty"></i></h1>
and it’s non existent, in place I see this instead:
<?php if ($data['star_char_on'] == 1 ) { ?><h1><i class="icon-<?php echo $data['char_name']; ?>"></i></h1><?php } ?>
Any help would be appreciated. ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Page Header – Changing star icon’ is closed to new replies.