Hi, ty 4 ur reply, i tried that document and it tels me to change in header.php, also it says that, the (w) logo is named as faviicon and is located in main theme directory, but i did not found it.
Also the code they mention to change is not in my header.php.
this is my header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php
/*
* Print the <title> tag based on what is being viewed.
* We filter the output of wp_title() a bit -- see
* digi_filter_wp_title() in functions.php.
*/
wp_title( '|', true, 'right' );
?></title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/custom-style.php" media="screen">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_enqueue_script('jquery'); // Load jQuery ?>
<?php // Comment threading
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );
// wp_head Do not remove.
wp_head();
?>
<!--[if !IE]><!-->
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/inc/js/no-ie.js"></script>
<!--<![endif]-->
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_directory' ); ?>/css/ie.css" />
<![endif]-->
</head>
<body <?php body_class(); ?>>
<div class="rays">
<?php /*?><p class="description"><?php bloginfo( 'description' ); ?></p><?php */?>
<div class="wide-top">
<div id="header">
<div id="logo">
<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
<?php if ( $logo = get_option('of_logo') ) : ?>
<img src="<?php echo $logo; ?>" alt="<?php bloginfo('name'); ?>" />
<?php else : ?>
<img src="<?php bloginfo('template_directory'); ?>/images/logo.png" alt="<?php bloginfo( 'name' ); ?>" />
<?php endif; ?>
</a>
</div>
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to digi_no_nav_selected. */ ?>
<div class="menu-wrap">
<div class="menu-header-left"></div>
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary', 'fallback_cb' => 'digi_no_nav', 'walker' => new description_walker() ) ); ?>
<div class="menu-header-right"></div>
</div>
<div class="slideBanner">
<?php echo do_shortcode('[bannerspace]'); ?>
</div>
</div><!--END HEADER-->
<div class="shadow"></div>
</div> <!--end .wide-top-->
what i want to change is the circled icon in following image:
Image link