Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #339373
    HansH
    Participant

    Hello team,

     

    In our menu (www.toerfietsleusden.nl and http://www.staging.toerfietsleusden.nl) all words in menu begin with a capital. Is it possible to prevent that all words in menu begin with a capital?

     

    Kind regards

     

    Hans Hagmeijer

    #339375
    sujapati
    Keymaster

    @HansH:  It seems the link you provided is not working. In the Elevatebiz Pro theme, the default letter case is set to uppercase by design. However, you can easily adjust it to your preferred style through the editor. To do this, go to ‘Edit Site,’ then select the active navigation in the header. You will find the option to adjust the menu letter case there. Please refer to the attached image for guidance.

    image

    Kind Regards,
    Sujapati

    #339379
    HansH
    Participant

    Hello Sujapati,

    Thank you for answering. Maibe you cannot see our pages, because I use the iqblock country plugin. I removed Nepal from the back site.
    About the menu: if I follow your advice, the head menu is allright. In the submenu all the words still begin with a capital.
    page in staging.toerfietsleusden.nl

    Probably I make a mistake every time.

    Kind regards

    Hans Hagmeijer

     

    #339381
    sujapati
    Keymaster

    @HansH :Don’t worry at all, it’s easy to miss a step sometimes! You’ve successfully fixed the letter issue in the main menu. For the submenu items, please select the individual menu under ‘Navigation,’ on the right sidebar, you’ll find the ‘Text’ blocks where you can manually adjust the wording as needed. I’ve attached an image below for reference.

    image

    Additionally, you’ll need to add the following CSS to override the theme’s default style, which capitalizes the first letter of each word.

    body .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
        text-transform: none;
    }

    Kind Regards,
    Sujapati

     

    #339383
    HansH
    Participant

    Hello Sujapati,

    Thank you for answering. I did what you advised, but this works partially.
    There are (strange enough) two stages: before logging in and after logging in.

    After logging ins the effect was that the sub menu items are fine, but now the in the main menu every word begins with a capital.

    Before logging in, there is a kind of brain breaker. After changing like you advised, all looked fine in the submenu, but if I looked at the website after saving, it seems that noting changes.

    I hope you have a solution for this or you can tell me what I’m doing wrong.

    Kind regards

    Hans Hagmeijer

    #339396
    sujapati
    Keymaster

    @HansH:
    It’s strange that your main navigation is displaying with every word capitalized. I recall you sending a reference image for the ‘Navigation’ settings yesterday. In the image, you have three options for letter case: ‘uppercase,’ ‘lowercase,’ and ‘capitalize.’ To make the main menu appear in lowercase, please select the ‘lowercase’ option, as per your site’s requirements.
    I’ve attached the reference image below for your convenience:

    image

    This will adjust your main menu to lowercase. If you’d like your submenu to follow the same style, please add the following CSS.

    body .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
        text-transform: inherit;
    }

    Additionally, the two-stage changes (logged in/logged out) are likely occurring because many plugins disable caching when you’re signed into the WordPress login. To resolve this, please try clearing the cache and check if the issue persists.

    Kind Regards,
    Sujapati

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.