Title: pfenn's Replies | WordPress.org

---

# pfenn

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Twenty Twelve Reverted my changes](https://wordpress.org/support/topic/twenty-twelve-reverted-my-changes/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/twenty-twelve-reverted-my-changes/#post-5599995)
 * OK I’ll look into those errors now, thanks for your help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Twenty Twelve Reverted my changes](https://wordpress.org/support/topic/twenty-twelve-reverted-my-changes/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/twenty-twelve-reverted-my-changes/#post-5599990)
 * Hi, yeah the site is here:
 * [http://patrickpictures.co.uk/](http://patrickpictures.co.uk/)
 * Been working fine until today and all my child theme changes survived the recent
   WordPress update. I’ve literally done nothing to the code so can’t understand
   why is undone all my changes. Very frustrating.
 * Any suggestions greatly appreciated….
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Twenty Twelve Reverted my changes](https://wordpress.org/support/topic/twenty-twelve-reverted-my-changes/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/twenty-twelve-reverted-my-changes/#post-5599986)
 * Thanks WPyogi, I did and it hasn’t.
 * ‘@import url(“../twentytwelve/style.css”);
    .entry-content img, .comment-content
   img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { border-
   radius: none !important; box-shadow: none !important; .main-navigation { display:
   none; } body { line-height: 0; } div.entry-content table tbody tr td h3 span 
   a { color: #FB4105; } .entry-content table, .comment-content table { border: 
   none; } .entry-content td { border: none; } .site-content article { border-bottom:
   0; margin-bottom: 0; padding-bottom: 0; } #colophon { border: 0; }’
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/page/2/#post-5484270)
 * All the things I wanted to fix are now sorted. Thanks a lot for your help Jack,
   really appreciate it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/#post-5484138)
 * Here’s the code from the top of the child theme:
 *     ```
       /*
       Theme Name:     Twenty Twelve Child
       Theme URI:      http://example.com/
       Description:    Child theme for the Twenty Twelve theme
       Author:         Your name here
       Author URI:     http://example.com/about/
       Template:       twentytwelve
       Version:        0.1.0
       */
   
       @import url("../twentytwelve/style.css");
       .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
           border-radius: none !important;
           box-shadow: none !important;
       }
       	.main-navigation {
       	display: none;
       }
       body {
       	line-height: 0;
       }
       div.entry-content table tbody tr td h3 span a
       {
         color: #FB4105
       }
       .entry-content table, .comment-content table
       {
       border: none;
       }
       .entry-content td
       {
       border: none;
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/#post-5484135)
 * And the link colour change worked too, must of been pasting the code in the wrong
   place! Thanks so much, this is amazing. Cheers Jack
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/#post-5484131)
 * Hey that worked for some of the grey lines! Awesome thanks. A few more at the
   bottom to erase if you have any suggestions Jack?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/#post-5484128)
 * Thanks for this Jack, but no luck with either of those…
 * Seems like wherever I paste this the site just reads the parent stylesheet and
   not the child like it should.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/#post-5484114)
 * Thanks. I think its this…
 *     ```
       }
       .entry-content,
       .entry-summary,
       .mu_register {
       	line-height: 1.714285714;
       }
       .entry-content h1,
       .comment-content h1,
       .entry-content h2,
       .comment-content h2,
       .entry-content h3,
       .comment-content h3,
       .entry-content h4,
       .comment-content h4,
       .entry-content h5,
       .comment-content h5,
       .entry-content h6,
       .comment-content h6 {
       	margin: 24px 0;
       	margin: 1.714285714rem 0;
       	line-height: 1.714285714;
       }
       .entry-content h1,
       .comment-content h1 {
       	font-size: 21px;
       	font-size: 1.5rem;
       	line-height: 1.5;
       }
       .entry-content h2,
       .comment-content h2,
       .mu_register h2 {
       	font-size: 18px;
       	font-size: 1.285714286rem;
       	line-height: 1.6;
       }
       .entry-content h3,
       .comment-content h3 {
       	font-size: 16px;
       	font-size: 1.142857143rem;
       	line-height: 1.846153846;
       }
       .entry-content h4,
       .comment-content h4 {
       	font-size: 14px;
       	font-size: 1rem;
       	line-height: 1.846153846;
       }
       .entry-content h5,
       .comment-content h5 {
       	font-size: 13px;
       	font-size: 0.928571429rem;
       	line-height: 1.846153846;
       }
       .entry-content h6,
       .comment-content h6 {
       	font-size: 12px;
       	font-size: 0.857142857rem;
       	line-height: 1.846153846;
       }
       .entry-content p,
       .entry-summary p,
       .comment-content p,
       .mu_register p {
       	margin: 0 0 24px;
       	margin: 0 0 1.714285714rem;
       	line-height: 1.714285714;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/#post-5484109)
 * I’m pasting css from the parent theme into the child theme. But I guess I’m not
   doing it right…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/#post-5484090)
 * I do that regularly, and it looks the same on multiple browsers and machines 
   so I’m not sure thats the cause, but I will empty it again…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child theme still using parent style sheet](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/child-theme-still-using-parent-style-sheet/#post-5484071)
 * Thanks Jack
 * Yep the child is active theme is active
 * Problem is when I make any changes they do not appear – for some unknown reason
   the site continues to refer to the parent style sheet and I can’t work out why?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing grey lines/header border in twenty twelve](https://wordpress.org/support/topic/removing-grey-linesheader-border-in-twenty-twelve/)
 *  Thread Starter [pfenn](https://wordpress.org/support/users/pfenn/)
 * (@pfenn)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/removing-grey-linesheader-border-in-twenty-twelve/#post-4042344)
 * Thanks. I’ve been looking at it using Firebug in Firefox and am finding the code
   I need to alter. Working so far!

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