I'm trying to override theme files in my custom theme based on the blank theme.
I managed to override the css with a custom css file. So i know my path correct. This path is:
<Vendor>/<Theme>/Magento_Theme/layout/default_head_blocks.xml When i try to override the header.phtml nothing changes. I tried both urls:
<Vendor>/<Theme>/Magento_Theme/template/html/header.phtml <Vendor>/<Theme>/Magento_Theme/templates/html/header.phtml Both files are not picked up by the compiler or whatever blocks the rendering.
I'm in developer mode and I'm using the Bitnami magento 2 from google cloud launcher.
Am I missing something badly here?