Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1063278

    Hi, Where can I get set the header menu in upper case?

    #1063371

    Hey robertoKM,

    This can be done via css. Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #1063573

    I didi with:

    #top #header .av-main-nav > li > a .avia-menu-text {
    text-transform: uppercase;
    }

    Now how can I get more space between one letter and the other?
    like this: m e n u

    #1063734

    Hi,

    You would want to use “letter-spacing” css.

    Best regards,
    Jordan Shannon

    #1064124

    thank Jordan, can you send me the entire code CSS using letter-spacing?

    #1064165

    Hi,

    You would basically use:

    #top #header .av-main-nav > li > a .avia-menu-text {
    text-transform: uppercase;
    letter-spacing:15px!important;
    }

    Adjust to what you need.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.