Title In The Menu Bar - Question | JoomShaper

Title In The Menu Bar

J

Jose

Template 7 months ago

Hello,

I dont remenber what I've change and where, but on one of the page (bootique) the title page is on the menu display :

https://ibb.co/7t2p95gV

i'me not sure where to change that. Some help please ?

Thanks

Jo

0
4 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #187634

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:

  1. 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.
  2. 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.
  3. 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,

0
J
Jose
Accepted Answer
7 months ago #187672

Thats great, i've changed in the layout, page title margin !

Thanks a lot !

0
J
Jose
Accepted Answer
7 months ago #187716

i'm coming back home and it did not work.

this is not clear to me : (

i'm not sure where to change that, i' tried to follow your steps, but between the helix ultimate framework, the sp page builder, and the joomla back end, i'm lost.

https://ibb.co/TB8hN9Sp

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #187741

Could you please clarify what you mean?

Thanks!

0