Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #163473
    Tim van Rooijen
    Participant

    When I add a page to my menu it capitalizes every first word of the sentence when it has a parrent, please see: https://gyazo.com/36f81d8c12342d7a3666a25eb3f1ec97 this is how I configured the menu in the menu editor: https://gyazo.com/6faacaa4164e219d6fae9c4c6917970f

    As you can see the theme automaticly capitalized every first word of the sentence. Is there any way to turn this off?

    Thanks in advance.

    #163483
    Skandha
    Participant

    @tim-van-rooijen: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #163484
    Tim van Rooijen
    Participant

    Hi here is the url of my site: https://bracewijzer.nl/

    #163529
    Skandha
    Participant

    @tim-van-rooijen: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-hoofdmenu li {
    	text-transform:lowercase;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #163659
    Tim van Rooijen
    Participant

    Hi Skandha,

    Sadly no, it didn’t work. please see: https://gyazo.com/ee662b215e237acdd6abd46eb3b89240 and https://gyazo.com/559cda6419aa025502ed3fd9ee6487cd

    Did I do something wrong?

    #163667
    Skandha
    Participant

    @tim-van-rooijen: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation ul ul a {
    	text-transform:lowercase;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #163668
    Tim van Rooijen
    Participant

    Hi Skandha,

    I noticed that only the text of the parent page is free of capitalized letters, but the subpages still have capitalized letters starting every word. So we must be close.

    Thanks for your help.

    Best regards,

    #163670
    Skandha
    Participant

    @tim-van-rooijen: Please add both of the codes I have provided you above and let me know if this does the work.

    Kind Regards,
    Skandha

    #163671
    Tim van Rooijen
    Participant

    Hi Skandha,

    Please ignore my earlier message that was a reply to the first suggestion. The second one works, thanks for helping me!

    #163672
    Skandha
    Participant

    @tim-van-rooijen: Hello Tim, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-starter/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #164061
    Tim van Rooijen
    Participant

    Hi Skandha,

    Thanks for the support. I have just published a review.

    Best regards,

    #164066
    Skandha
    Participant

    @tim-van-rooijen: Thank you very much. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change capitalisation in menu’ is closed to new replies.