• Resolved memastudio

    (@memastudio)


    Hi,
    I am using a child theme to make changes to 2012 theme. However the changes that made in the child theme style dose not override the parent theme.

    Memastudio.ca

    I made a new foldr in in the themes: child of 2012 and make a new style.css file that reads like this:
    /*
    Theme Name: Child of Twenty Twelve
    Theme URI:
    Description: Cool child theme based on 2012
    Author: Mahsa
    Template: twentytwelve
    Version: 1.1.1
    */

    @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: 0;
    box-shadow: none;
    }

    .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    margin: 0 0 48px;
    margin: 0 0 3.428rem;
    }

    Any suggestion?
    Pleassssse help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • try and clear the browser cache;
    ‘reload’ a few times, or press CTRL F5, or whatever your browser needs.

    as far as I can see, the styles in the child theme are applied (checked with Firefox’ web developer add-on)

    there are unfortunately not any really useful examples in your linked site.

    Thread Starter memastudio

    (@memastudio)

    ahhhh….thank you so much, you are right, it was the matter of ctrl 5 and updating it!!!! took me a week though!
    cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘childtheme’ is closed to new replies.