Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #473052

    URL: http://www.judithpoulteney.co.uk

    Hi there,
    I cannot find a solution to how to change the capital “H” in Home (main menu) into lower case? All other menu tags have lower case… Why not “Home”?
    see here: http://imgur.com/gallery/G2XF7F6/new

    Thanks a lot,
    Susanne

    #473056

    Hey Susanne!

    You can go to Appearance > Menus and change it there. You can also use following custom CSS code

    .av_seperator_big_border .av-main-nav > li > a {
      text-transform: lowercase!important;
    }

    Cheers!
    Yigit

    #473176

    Hi Yigit,
    Thank you for your quick response.
    I had already changed “home” in appearance >> menu, however it didn’t work – strangely enough.
    I now also added the code you posted – to no avail. It’s still a capital H!

    Any other ideas?
    Thanks,
    Susanne

    #473180

    Hi!

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
    If that does not help, please post temporary admin logins here privately so we can look into it

    Regards,
    Yigit

    #473254

    Spot on, Yigit! It WAS transformed.
    Now that I’ve changed it everything is great!
    Thanks a lot,
    Susanne

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change H in Home (main menu) into lower case’ is closed to new replies.