Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


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:02] 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 which changes the margins in order to center the entire site on the user's screen. Leave that code there and put the .site-info code 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-infocode starting on the next line below it, as follows 
  
 <code> <code>
Line 22: Line 24:
 margin: 0 auto; margin: 0 auto;
 } }
- +.site-info { 
-.site-info {display:none;}+display:none; 
 +}
 </code>   </code>  
remove_proudly_powered_by_wordpress_twenty_fourteen_theme.1696006978.txt.gz · Last modified: 2023/09/29 17:02 by wikiadmin