Categories

Featured templates

CherryFramework 3. How to remove favicon

Margarett Ortiz January 26, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

Hello! This tutorial will show you how to remove favicon in WordPress.

In order to remove favicon, just follow steps, listed below:

  1. Open up the wp-content/themes/CherryFramework folder and copy header.php file to wp-content/themes/themeXXXXX folder.

  2. Next, please open wp-content/themes/themeXXXXX/header.php file and locate this part of code there:

    <?php if(of_get_option('favicon') != ''){ ?>
    <link rel="icon" href="<?php echo of_get_option('favicon', '' ); ?>" type="image/x-icon" />
    <?php } else { ?>
    <link rel="icon" href="<?php echo CHILD_URL; ?>/favicon.ico" type="image/x-icon" />
    <?php } ?>
  3. Remove the code and save changes.

  4. Reload the site page and you can see favicon icon has been revomed.

Feel free to check the detailed video tutorial below:

CherryFramework 3. How to remove favicon

Beautiful Wordpress Themes
This entry was posted in WordPress Tutorials and tagged CherryFramework3, favicon, remove. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket