• Resolved lagstrom

    (@lagstrom)


    Hello.
    Child theme question
    The main theme I use have multiple css files one called style.css and another called style_light.css
    Style_light.css is for the white version of the theme.
    I need to make changes in both files

    I am trying to create a child theme and did succeed to create a style.css and @import the original style.css

    But how do i make changes in style_light.css

    Do i create a style_light.css in my child theme with an @import
    or do i put a new @import inte the style.css

    In the style_light.css there are some background-image tags in the #menu_containder I earlier had commented out, but now moving to child theme they wont go away.
    Thanks for helping

Viewing 2 replies - 1 through 2 (of 2 total)
  • Import both parent sheets into your child style.css.

    Thread Starter lagstrom

    (@lagstrom)

    Thanks.

    I think i was a bit stupid. I had begun redesigning the webpage using one of the alternative styles before i wanted to use child themes.

    When I created a child theme there was o conflict between the main style sheet and the stylesheet of the alternative theme color style.

    So my only way was to turn to the theme original style and start from there. In that way I only had one stylesheet, the main one to relate to.

    Solved, Thanks!

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

The topic ‘Child theme and multiple css files?’ is closed to new replies.