• Resolved Carolyn

    (@ckomeara)


    I really like your theme and am very happy with it. However, I have a problem that I can’t seem to fix. I am using a custom menu and in the submenu (the items that are listed under principal menu items) the theme is automatically capitalizing the first letter of each word and some words I do not want to have capitalized (e.g., Visión y Misión (as it is written in the menu in the backend) shows up as Visión Y Misión, etc.). How do I change this?
    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this to Theme Options – Other – Custom CSS

    #main-nav ul li ul li a, #main-nav ul li.current-menu-item ul li a, #main-nav ul li ul li.current-menu-item a, #main-nav ul li.current_page_ancestor ul li a, #main-nav ul li.current-menu-ancestor ul li a, #main-nav ul li.current_page_item ul li a {
        text-transform: none;
    }

    Ke me know if this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Submenu labels automatically in caps — how to change’ is closed to new replies.