Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • arundf Friend
    #193198

    How can I change the lowercase letters in Mega Menu and Titles of modules?

    cssyeah Moderator
    #516310

    Hi arundf,

    Please create a css file and rename to custom.css, copy this file to css folder of the ja_hawkstore template. Add the below CSS code to the custom.css file.


    .t3-mainnav .navbar .nav > li > a {
    text-transform: none !important;
    }

    I checked with Firebug add-on, it worked fine.

    Regards,

    calavaro Friend
    #516339

    It was a while ago I did this, but I think you have to look in the “template.css” file (under your template color).
    Look for .t3-mainnav and text “text-transform: lowercase”. This is for the menu.
    For the Module titles I think the correct line is “.module-title”

    Change the “lowercase” to “capitalize” or comment out the line.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  calavaro 10 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum