Support » Theme: SKT Bizness » SKT-Bizness Child theme – functions.php query

  • Resolved helen lord

    (@helen-lord)


    Hi,

    I’m setting up a child theme following the WordPress guide http://codex.wordpress.org/Child_Themes

    In the instructions:
    The first line of your child theme’s functions.php will be an opening PHP tag (<?php), after which you can enqueue your parent and child theme stylesheets. The following example function will only work if your Parent Theme uses only one main style.css to hold all of the css. If your theme has more than one .css file (eg. ie.css, style.css, main.css) then you will have to make sure to maintain all of the Parent Theme dependencies.

    The skt-bizness theme has the following css files ie.css, nivo-slider.css, style_base.css and theme-responsive.css

    I’m not a coder and I don’t understand. Exactly what text do I need to put into the functions php page. Please help

    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author sonalsinha21

    (@sonalsinha21)

    Hi,

    Best idea in this case would be keep a custom.css for yourself where you make all the css changes and keep the theme as it is instead of thinking about developing a child theme.

    Hope this sounds fine to you

Viewing 1 replies (of 1 total)
  • The topic ‘SKT-Bizness Child theme – functions.php query’ is closed to new replies.