• Resolved smoore10

    (@smoore10)


    Hello,

    I’m using the Hueman theme and would like to adjust responsive.css. I followed the documentation to copy responsive.css into the child-theme and then copy alx_styles() into my functions.php. All of that works, the problem is:

    When I use responsive.css in my child theme without any changes, the gray area below the right sidebar toggle button turns white when the screen size is reduced. If I comment out the alx_styles() override, the gray area reappears…

    Any idea what is causing this issue?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter smoore10

    (@smoore10)

    Solution:

    The responsive sidebar background uses a repeating image. As soon as alx_styles() is switched to look for responsive.css in the child theme, the sidebar image URL also looks in the child theme, where the image does not exist which is why the background appears white. To fix this I just copied the entire Hueman/img directory into my child theme and now everything works as expected.

    Thanks!

    Hi smoore10. Thanks for posting your solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hueman – responsive.css in child-theme’ is closed to new replies.