Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #315963
    Dirk
    Participant

    Hi,

    I noticed that all submenu words in menu item  ‘ALGEMEEN’ start with capital letters. Is there a custom css solution that have only the first word capatitalized?

    https://testdomein.ovh/

    Thank’s in advance for your help

    #315964
    tikaram
    Keymaster

    @italianfox : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css

    .main-navigation ul ul a {
        text-transform: lowercase;
    }
    .main-navigation ul ul a::first-letter {
        text-transform: uppercase
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #315965
    Dirk
    Participant

    Thank you very much Tikaram, it works like a charm!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Submenu item words start capatitalized’ is closed to new replies.