remove_proudly_powered_by_wordpress_twenty_fourteen_theme

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
remove_proudly_powered_by_wordpress_twenty_fourteen_theme [2023/09/29 17:07] wikiadminremove_proudly_powered_by_wordpress_twenty_fourteen_theme [2023/09/29 19:31] (current) wikiadmin
Line 7: Line 7:
  
 <code> <code>
-.site-info {display:none;}+.site-info { 
 +display:none; 
 +}
 </code> </code>
  
Line 14: Line 16:
 Escape (X-out) from the Customizer. Escape (X-out) from the Customizer.
  
-Return to the front end of the website and observe the footer area.  The text "Proudly Powered By WordPress" should be hidden.  How does this work?  In the footer.php page of the WordPress Twenty Fourteen Theme, there is a class variable labeled "site-info" and this CSS code suppresses the content of that class. +Return to the front-end of your website and observe the footer area.  The text "Proudly Powered By WordPress" should be hidden.  How does this work?  In the footer.php page of the WordPress Twenty Fourteen Theme, there is a class variable labeled "site-info" and this CSS code suppresses the content of that class. 
  
-You may have already inserted some CSS code for the class ".site" which affects the margins and centers the entire site on the user's screen. Leave that ".site" code there and put the ".site-info" code starting on the next line below it.  +You may have already inserted some CSS code for the class ".site" which affects the margins and centers the entire twenty fourteen theme on the user's screen. Keep that ".site" code and insert the ".site-info" code starting on the next line below it, as follows.  
  
 <code> <code>
Line 22: Line 24:
 margin: 0 auto; margin: 0 auto;
 } }
-.site-info {display:none;}+.site-info { 
 +display:none; 
 +}
 </code>   </code>  
remove_proudly_powered_by_wordpress_twenty_fourteen_theme.1696007229.txt.gz · Last modified: 2023/09/29 17:07 by wikiadmin