Title: Powered by WordPress
Last modified: August 24, 2016

---

# Powered by WordPress

 *  Resolved [joannepovey](https://wordpress.org/support/users/joannepovey/)
 * (@joannepovey)
 * [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/)
 * Hi
 * The customizer option in Wen Business used to have an option to add / not include
   the Proudly powered by WordPress | Theme: WEN Business by WEN Themes line in 
   the footer section. Which can usually be found where the copyright section is.
 * Unfortunately this option has disappeared and I can’t seem to find this code 
   in the appearance /editor/ coding section.
 * I tried to add the following in the Advanced, CSS section to hide the footer 
   element and then add a plug in for the copyright and web design by area but it
   didn’t work.
    #footer { visibility: hidden; }
 * Could someone please help?
 * Many Thanks
    Joanne

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

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/#post-6145963)
 * You need to use:
 *     ```
       .site-info {
          display: none;
       }
       ```
   
 * or
 *     ```
       .site-info {
          visibility: hidden;
       }
       ```
   
 * Either one will work
 *  Thread Starter [joannepovey](https://wordpress.org/support/users/joannepovey/)
 * (@joannepovey)
 * [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/#post-6145972)
 * That is fantastic!
 * Thank you so much, you wouldn’t believe how long it has taken me!
 * Also, I am having difficult getting the social icons to appear. They appear as
   pictures of links rather than pictures of the social icons, I cannot find anywhere
   to set them up other than the customize section.
    I’m not sure if you can see
   this screen shot to show you what I mean, as the site is under maintenance at
   the moment I cannot send you a direct link. /Users/Joanne/Desktop/Screen Shot
   2015-05-19 at 16.06.43.png
 * Thanks again
    Joanne
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/#post-6145977)
 * Did you create the social menu already?
 *  Thread Starter [joannepovey](https://wordpress.org/support/users/joannepovey/)
 * (@joannepovey)
 * [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/#post-6145980)
 * I did but only because I couldn’t get the theme ones to work.
 * I don’t like the plug in I have used.
 * Many thanks
    Jo
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/#post-6145981)
 * Well when you create the menu you need to label the custom link what social site
   you are using.
 * Here is example:
    [http://i.imgur.com/LfE4f0T.png](http://i.imgur.com/LfE4f0T.png)
 *  Thread Starter [joannepovey](https://wordpress.org/support/users/joannepovey/)
 * (@joannepovey)
 * [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/#post-6145984)
 * Ah right, I will take a look at that and see if it works.
 * Thank you again for your help!!
    Jo
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/#post-6145987)
 * Awesome,
 * Please mark as resolved.
 * Thanks

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

The topic ‘Powered by WordPress’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wen-business/2.2/screenshot.png)
 * WEN Business
 * [Support Threads](https://wordpress.org/support/theme/wen-business/)
 * [Active Topics](https://wordpress.org/support/theme/wen-business/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wen-business/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wen-business/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/powered-by-wordpress-6/#post-6145987)
 * Status: resolved