• Resolved alfabetasdgadga

    (@alfabetasdgadga)


    Hi people, Im using the theme Travelify and I have a problem. In the main menu when I create submenus, all words appear in capital letter, how I can change it? Its like this -> https://oi58.tinypic.com/2ug2a37.jpg

    “Depilacion laser diodo” is the main item in main menu, other are sub menus.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this code to Theme Options – Other – Custom CSS and let me know if there is still so meny items that remains with large caps.

    #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;
    }

    Add this code in you style.css file

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    #main-nav ul li ul li a
    {
    text-transform:capitalize;
    }
    Thread Starter alfabetasdgadga

    (@alfabetasdgadga)

    Thanks a lot! amazing answer.

    PD: excellent theme, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Why appears capital letters on the submenu?’ is closed to new replies.