Results 1 to 3 of 3

Thread: Classipress Custom child theme is not working

  1. #1
    Thread Starter
    Expired Customer helenk's Avatar
    Join Date
    Aug 2014
    Location
    Canada
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Classipress Custom child theme is not working

    I have followed the instruction on the documentation for adding a simple custom child theme having only one style.css file. This is not the first time I am using Wordpress and create child themes so I am pretty good at basic stuff.
    - created a folder called classipress-child under theme directory at the same level as classipress folder
    - created a file called style.css in it
    - added below, exactly as in the instruction:
    /*
    Theme Name: My ClassiPress Child Theme
    Version: 1.0
    Description: A child theme for ClassiPress, classified ads theme.
    Author:
    Author URL:
    Template: classipress
    */
    @import url("../classipress/style.css");
    body, html {
    background-color:white !important;
    }
    .content_botbg{
    background:url("") repeat-x bottom;
    background-color:white;
    }


    However my child theme style sheet doesn't load up.
    What the problem might be?

    Thanks in advance

  2. #2
    Thread Starter
    Expired Customer helenk's Avatar
    Join Date
    Aug 2014
    Location
    Canada
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 14
    Last Post: September 21st, 2014, 03:12 AM
  2. Price for a custom child theme / want a unique theme
    By sprexx in forum ClassiPress General Discussion
    Replies: 2
    Last Post: December 6th, 2013, 03:00 PM
  3. theme-footer.php not working in child theme
    By fuzegraphics in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: May 7th, 2013, 09:52 AM
  4. theme-functions.php not working inside child theme folder
    By jobortunity in forum JobRoller General Discussion
    Replies: 6
    Last Post: November 6th, 2012, 04:24 AM