• Resolved bbjohnson3700

    (@bbjohnson3700)


    I’ve been developing the Boutique theme by Elegant Themes on my local computer and am now moving it to the server with GoDaddy. The child theme worked on my computer but is apparently not being recognized on the new site. It looks like it’s not reading any CSS at all. Grateful for any help!

    /*
    Theme Name: Boutique Child
    Author: Barbara Johnson
    Template: Boutique
    */

    @import url(“../boutique/style.css”);

    .featured-price {
    display: none;
    }

    .featured-description { display: none; }

    .main-product img{
    border:5px solid gray;
    }

    .featured-image img{
    border:5px solid gray;
    }

    /* REMOVE POP-UP FROM RECENT PRODUCTS ON HOME PAGE */
    .boutique_description {
    display: none !important;
    }

    /* Remove price tag off of Recent Products/Posts on home page */
    .price-tag {
    display: none;
    }

    /* Remove shopping cart buttons */
    .et-links {display:none;}
    a.single-addtocart {display:none;}

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child Theme Not Working’ is closed to new replies.