• Bawdidy1 proposed a solution in the post “Scroll bars in der Parallax Box” but one either has to modify the file “wp-content\themes\paraxe\assets\css\main.css” or play with the custom css. The solution is good when in the main.css file the parallax-zone is changes to overflow: scroll to auto.
    But I would rather make those changes in a child theme, so I created a valid child theme: “child-paraxe”.
    Then, I tried to create a file in the child theme “wp-content\themes\child-paraxe\assets\css\main.css” with 1) only the proposed modifications, then 2) copying the whole main.css file with the proposed chages. None of these solution worked, I still have the white bands.
    QUESTION: in what file and in which directory should the changes appear in a child theme?

Viewing 1 replies (of 1 total)
  • Hello,
    I don’t know if you’ve found. For information, for it to work with a child-theme, you must work with wp_enqueue_style in the the function.php of the child-theme.
    Unfortunately, I don’t know how to explain it in detail, I just know that you must use that.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove white scroll bar on Parallax box with Child Theme’ is closed to new replies.