Hi Jose,
Thanks for reaching out to us.
It looks like the page title is appearing in the menu bar, which could be due to a Joomla setting or template configuration. Here are a few things you can check to fix this:
- Check Menu Item Settings:
•   Go to Menus > Select the menu where the “Bootique” page is located.
•   Click on the menu item for “Bootique.”
•   Under the “Page Display” tab, check the “Page Title” option—either disable it or adjust it as needed.
 
- Check Template Settings:
•   Go to Extensions > Templates > Styles.
•   Select your active template and look for an option like “Show Page Titles”—disable it if needed.
 
- Check Article Title Settings:
•   If the page is an article, go to Content > Articles and check if the “Show Title” option is enabled—disable it if necessary.
 
Or you can use this css in your custom css, Check this guide: www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta
.itemid-295 h2.sp-page-title-heading {
    display: none;
}
Try these steps, and let me know if you need further assistance!
Best,