final_thrill wrote:I need to modify several razor views in the views folder. I tried creating a "Views" folder under the default clean folder, then place my modified views in there. However when I rebuild, and fire up the site, its not displaying the modified view. What am I doing wrong?
Hi final_thrill,
When you override views into a theme you need to have the same category structure.
For example if you want to override this view
Views\MegaMenu\MegaMenu.cshtml into the DefaultClean theme you need to copy it in this folder of the plugin
Themes\DefaultClean\MegaMenu\MegaMenu.cshtml.