Hi! I am using Metronic 8 HTML in a Vue Project (I don’t want to use the Vue theme as I want to work in JS, not TS).
How can I access and get rid of the right-side buttons (Help, Demo, Buy now) buttons? I can not find these HTML elements anywhere.
Thank you!
I'm using the React version but it might be the same.
You should have a component called "RightToolbar" have DemosToggleDrawer, ToggleHelpDrawer, PurchaseButton.
If you didn't find the component,
Try to search the *specific* string in the project files such as "Buy Now".
Thank you, the global search for "kt_engage_demos_header" dit it for me.
Hi,
You can find toolbar components in folder src/layout/extras and we are using these components in file src/layout/Layout.vue.