Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24509

    How can I change the pencil icon in the blog box to icon=”18″ (the location pin) when my Blog Style is set to “Single Author, small preview Pic”?

    On a related not, how do I remove the Header with Page Title and Breadcrumb Navigation from my News/Blog page? I have the setting set to “Don’t display the Header”, but it still shows up.

    Thanks!

    Peter

    #123692

    1) All standard icons are defined in functions.php – search for:

    'standard' 	=> '✎',        	//6

    and replace the icon unicode.

    2) Open up index.php and comment out/delete:

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing ✎’ is closed to new replies.