Viewing 4 replies - 1 through 4 (of 4 total)
  • As this is a commercial theme, we cannot really help. You need to seek support from the theme vendors.

    Thread Starter Tony

    (@acfurino)

    Ok could you tell me how I could just change the letters/words in the menu bar from being all upper case to lower case? In other words I don’t want it to be automatically capitalized. There should be some way I can tweak something in the code to fix that.

    Remove text-transform: uppercase; from:

    #pagemenu, #catmenu {
        font-size: 11px;
        text-transform: uppercase;
    }

    in style.css

    Thread Starter Tony

    (@acfurino)

    thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with custom menu bar?’ is closed to new replies.