• fukr

    (@fukr)


    i’m using a child theme on my site and want to transfer all static files to a CDN server.however I cannot find where to change the style.css path of the child theme.
    the parent style.css is easy to find always in header.php something like <? php (get_template_directory__uri) ;?>/style.css.
    as there is only a file ie. style.css, in my child theme directory, i cannot find where to change the path so it can point to the file on CDN server.

    yanyone can help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Pioneer Web Design

    (@swansonphotos)

    It would be:
    //http://yoursite.com/wp-content/themes/child_theme_folder-name/style.css
    do not use first // they are added to make text not a link
    If unsure, post a site link and we can verify.

    Thread Starter fukr

    (@fukr)

    thanks for your reply.

    when viewing the source it is //http://yoursite.com/wp-content/themes/child_theme_folder-name/style.css.

    But my question is how to change this to something like: //http://my_CDN_server/child_theme_folder-name/style.css.

    I know i’ll have to modify some codes, i just cannot find which file I should modify.

    [Don’t bump]

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

The topic ‘child theme style.css’ is closed to new replies.