• Hi there.
    This is my first post on this forum and I am a new WordPress user.
    I am using WordPress 6.1.1.
    I am having trouble to make my Navigation Menu in my header work as I wish. If you look at the home page of my site, https://descubriendolahacienda.art/, you will notice that the Navigation Menu ( presently a single page to link to ) is showing each first letter of the page to be linked to ( Hacienda de la Mata ) as uppercase, so it is showing Hacienda De La Mata rather than Hacienda de la Mata. In other word, it acts as if the Typography Letter Case setting was set to Capitalize. But it is not. My setting is None. So what am I missing ?

    I made some screenshot of the FSE :
    https://snipboard.io/KEb8lB.jpg : view of the header blocks levels
    https://snipboard.io/OlN28J.jpg : view of the header in the Visual Editor
    https://snipboard.io/bQnY4W.jpg : view of the setting for the Page Link block inside the Navigation Menu block.

    I have set the Uppercase setting to None for all the related blocks in the chain : Page Link, Navigation Menu, Row, Row, Group

    How to fix this?
    Best regards to all
    Jean-Christophe

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Looking at your site, you use artsylens theme.

    I recommend asking at https://www.ads-software.com/support/theme/artsylens/#new-post so its developers and support community can help you with this.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Your theme’s style CSS file contains this:

    .wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
      text-decoration: none;
      text-transform: capitalize; }

    And that’s why it has capital letters.

    Thread Starter Jean Christophe Garbez

    (@jcgarbez)

    Thank tou so much for your answer Otto.
    Where I am confused is that I thought that the FSE was allowing me to change the styles defined in the theme CSS in order to customize my site as I wish. Am I wrong about that? Isnt it the main purpose of a block theme ? to allow for full customization?

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    I would suggest reporting it to the theme author.

    Thread Starter Jean Christophe Garbez

    (@jcgarbez)

    I have been posting this issue on the theme developer support forum.
    In the meanwhile I have modified the theme CSS to correct the problem.
    Thank you Otto for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Typography setting for Navigation Menu not working as expected’ is closed to new replies.