Title: emugera's Replies | WordPress.org

---

# emugera

  [  ](https://wordpress.org/support/users/emugera/)

 *   [Profile](https://wordpress.org/support/users/emugera/)
 *   [Topics Started](https://wordpress.org/support/users/emugera/topics/)
 *   [Replies Created](https://wordpress.org/support/users/emugera/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/emugera/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/emugera/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/emugera/engagements/)
 *   [Favorites](https://wordpress.org/support/users/emugera/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Undo Changes Made In Custom CSS](https://wordpress.org/support/topic/undo-changes-made-in-custom-css/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/undo-changes-made-in-custom-css/#post-5821503)
 * Hi,
 * Thanks for having a look. Do you have any suggestions that I could test out?
   
   I’ve been racking my brains for a few days now.
 * One of the options I may take is to restore backup database and files from a 
   few days before the issue occurred. Do you think that may solve the issue?
 * Thanks again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Undo Changes Made In Custom CSS](https://wordpress.org/support/topic/undo-changes-made-in-custom-css/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/undo-changes-made-in-custom-css/#post-5821429)
 * Hi there,
 * The custom css code was actually:
 * iframe {
    border: none!; important }
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Undo Changes Made In Custom CSS](https://wordpress.org/support/topic/undo-changes-made-in-custom-css/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/undo-changes-made-in-custom-css/#post-5821417)
 * Hi,
 * I can confirm that I only removed the code I didnt need and there wasn’t a closed
   bracket/mis-entered in the custom CSS.
 * Currently all my custom CSS only contains the following code which shouldn’t 
   have any effect on the iframe or slider:
 * #colophon {
    background: none#005be5; border-top-color: #005be5; -moz-box-shadow:
   0 -7px 0 #005be5; -webkit-box-shadow: 0 -7px 0 #005be5; box-shadow: 0 -7px 0 #
   005be5; } #footer { background: #005be5; padding: 15px 0 0 0; } .widget-footer{
   padding: 20px 25px; padding: 1.53846rem 1.92308rem; margin-bottom: 20px; margin-
   bottom: 1.53846rem; box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px; background:#
   005be5; border-bottom: 1px solid #005be5; color: #fff; } .main-navigation { background-
   color:#005be5; border-bottom: 1px solid #005be5; }
 * This is the website in question: [http://blog.ink-global.com/](http://blog.ink-global.com/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Iframe not showing up – can restoring database solve issue?](https://wordpress.org/support/topic/iframe-not-showing-up-can-restoring-database-solve-issue/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/iframe-not-showing-up-can-restoring-database-solve-issue/#post-5813369)
 * Hi,
 * I made the changes within wordpress under the themes custom css section. I undid
   the changes by removing the code but the iframe wasnt displaying.
 * Do you have any suggestions that could possibly solve such as issue?
 * Many thanks,
 * emugera
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Iframe not showing up – can restoring database solve issue?](https://wordpress.org/support/topic/iframe-not-showing-up-can-restoring-database-solve-issue/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/iframe-not-showing-up-can-restoring-database-solve-issue/#post-5813368)
 * Hi,
 * I made the changes within wordpress under the themes custom css section. I undid
   the changes by removing the code but the iframe wasnt displaying.
 * Do you have any suggestions that could possibly solve such as issue?
 * Many thanks,
 * emugera
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS/iframe troubleshooting](https://wordpress.org/support/topic/cssiframe-troubleshooting/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cssiframe-troubleshooting/#post-5804572)
 * I wrote it like so:
 * iframe {
    border:none!; important}
 * and then I’ve tried using the following to override it:
 * iframe {
    border:inherit! ; important}
 * Is there an alternative that works?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS: How to change colours header/footer on my wordpress site?](https://wordpress.org/support/topic/css-how-to-change-colours-headerfooter-on-my-wordpress-site/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/css-how-to-change-colours-headerfooter-on-my-wordpress-site/#post-5785496)
 * Hi Bojan,
 * Thanks. That solved it.
 * I hadnt refreshed the page to see you initial response.
 * Thanks again!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS: How to change colours header/footer on my wordpress site?](https://wordpress.org/support/topic/css-how-to-change-colours-headerfooter-on-my-wordpress-site/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/css-how-to-change-colours-headerfooter-on-my-wordpress-site/#post-5785488)
 * Hi winnard,
 * That worked! How do I change the top header to the same colour? I cant seem to
   find it on the style css
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to fix Permission denied issue?](https://wordpress.org/support/topic/how-to-fix-permission-denied-issue/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-to-fix-permission-denied-issue/#post-5717866)
 * Thanks,
 * That resolved the issue
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to fix Permission denied issue?](https://wordpress.org/support/topic/how-to-fix-permission-denied-issue/)
 *  Thread Starter [emugera](https://wordpress.org/support/users/emugera/)
 * (@emugera)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-to-fix-permission-denied-issue/#post-5717547)
 * I set the permission rights to make the footer.php writeable. I cant remember
   the specific rights in terms of the permission modes.
 * At first I had this error pop up Directory ”/srv/ink-blog/html/wp-admin” is writeable
   by others
 * So I think that somehow edit I made to the footer.php, affected the wp-admin 
   folder.

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