Title: Appearance differences between domains
Last modified: August 31, 2016

---

# Appearance differences between domains

 *  Resolved [babyninja](https://wordpress.org/support/users/babyninja/)
 * (@babyninja)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/appearance-differences-between-domains/)
 * Hey everyone, I’ve used this forum before with great support so I’m hoping someone
   has a possible solution to this.
    I created [http://www.babyworldandme.co.uk](http://www.babyworldandme.co.uk)(
   which looks and runs fine, no issues). I added a domain alias on my cloud hosting
   to babyworldandme.com
 * This is where I’m having a couple of issues. I just assumed this would redirect
   and use the same coding but there are a couple of appearance differences depending
   on my browser.
 * Using chrome on my windows laptpop and android phone the 3 icons taken from this
   source [http://fortawesome.github.io/Font-Awesome/cheatsheet/](http://fortawesome.github.io/Font-Awesome/cheatsheet/)
   under “Our Values” appear different (in andriod one of them is a chinese symbol!).
 * fa-music
    fa-map-pin fa-heart
 * Also when viewed on my android phone the menu button is now an email symbol rather
   than 3 black horizontal lines! (although it still works when pressing it).
 * Weirdest thing of all in on my ipad the .com address works and looks exactly 
   the same as the co.uk address! I’m stumped. Thanks for looking and any suggestions
   welcome.

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/appearance-differences-between-domains/#post-7167505)
 * Hello there,
 * Similar issue had been reported to our support forum. Please refer to the following
   links:
 * * [http://athemes.com/forums/topic/problem-with-icons/#post-202650](http://athemes.com/forums/topic/problem-with-icons/#post-202650)
   *
   [http://athemes.com/forums/topic/social-media-buttons-2/#post-232805](http://athemes.com/forums/topic/social-media-buttons-2/#post-232805)
 * Regards,
    Kharis
 *  Thread Starter [babyninja](https://wordpress.org/support/users/babyninja/)
 * (@babyninja)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/appearance-differences-between-domains/#post-7167510)
 * Hey Kharis, thanks for the reply. Tried these three potential solutions listed
   which were:
 * 1. Login to your site admin area
    2. Go to Settings > General 3. Don’t include
   www in the fields that say “WordPress Address (URL)” and “Site Address (URL)”
   4. Save Changes
 * Try to add the following in the .htaccess file; right after # END WordPress line.
 * <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*” </IfModule
   >
 *  install and activate the WP Font Awesome plugin
 * No luck with any of them i’m afraid.
 *  Thread Starter [babyninja](https://wordpress.org/support/users/babyninja/)
 * (@babyninja)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/appearance-differences-between-domains/#post-7167511)
 * Ok, update, I fixed it with the following code in my htaccess file.
 * <IfModule mod_headers.c>
    <FilesMatch “\.(eot|font.css|otf|ttc|ttf|woff)$”> Header
   set Access-Control-Allow-Origin “*” </FilesMatch> </IfModule>

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

The topic ‘Appearance differences between domains’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.67/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [babyninja](https://wordpress.org/support/users/babyninja/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/appearance-differences-between-domains/#post-7167511)
 * Status: resolved