Title: adi06's Replies | WordPress.org

---

# adi06

  [  ](https://wordpress.org/support/users/adi06/)

 *   [Profile](https://wordpress.org/support/users/adi06/)
 *   [Topics Started](https://wordpress.org/support/users/adi06/topics/)
 *   [Replies Created](https://wordpress.org/support/users/adi06/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/adi06/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/adi06/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/adi06/engagements/)
 *   [Favorites](https://wordpress.org/support/users/adi06/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove logo from title bar.](https://wordpress.org/support/topic/how-to-remove-logo-from-title-bar/)
 *  Thread Starter [adi06](https://wordpress.org/support/users/adi06/)
 * (@adi06)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-remove-logo-from-title-bar/#post-3159293)
 * 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="http://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](http://www.asianseeds.biz/untitled.JPG)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Font - official webfonts plugin of Fonts For Web. NO CODING! Just click & change font size, color and font face visually!] [Plugin: Font – web fonts plugin NEW: change color and size] Plugin Does Not Work With WordPress 3.4](https://wordpress.org/support/topic/plugin-font-web-fonts-plugin-new-change-color-and-size-plugin-does-not-work-with-wordpress-34/)
 *  [adi06](https://wordpress.org/support/users/adi06/)
 * (@adi06)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-font-web-fonts-plugin-new-change-color-and-size-plugin-does-not-work-with-wordpress-34/page/2/#post-2977216)
 * Hi, plz ignore previous comment. Was looking in wrong location.
 * I have 2 request plz.
 * 1) make the font setting button on edit mode only.
    2) I need to select whole
   text to change color and font, that mes me unable to see actual changing until
   i release focus. plz make the selection disappear when applying effects. Thanks
   for the great plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Font - official webfonts plugin of Fonts For Web. NO CODING! Just click & change font size, color and font face visually!] [Plugin: Font – web fonts plugin NEW: change color and size] Plugin Does Not Work With WordPress 3.4](https://wordpress.org/support/topic/plugin-font-web-fonts-plugin-new-change-color-and-size-plugin-does-not-work-with-wordpress-34/)
 *  [adi06](https://wordpress.org/support/users/adi06/)
 * (@adi06)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-font-web-fonts-plugin-new-change-color-and-size-plugin-does-not-work-with-wordpress-34/page/2/#post-2977215)
 * Hi, i installed the plugin today, but i when i click font settings, 2 windows
   pop, and they r empty, there r no fonts, and when i click on NEW Preset nothing
   happen. Plz guide.
    Also how do i upload fonts in the plug in, Can i use uni 
   code fonts, like Arabic?
 * Reference image: [Image](http://www.bsienn.com/Capture.jpg)
    P.S, using wordpress
   3.4.2, firefox latest browser.

Viewing 3 replies - 1 through 3 (of 3 total)