• Good morning everyone.
    I would need two different CSS for the font.
    The first concerns the menus, which are always written in lowercase letters … I would need to use both lowercase and uppercase letters in the menus.
    The second is related to the type of font used in the “page title”, which does not seem editable.
    Can someone help me?
    Thanks in advance
    Simone

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hi Simone,
    Which menu do you mean? Can you post a link?
    The page title fonts should pull from your h1 settings in theme options. Is this not the case for you?

    Kindly,
    Hannah

    Thread Starter alesim01

    (@alesim01)

    Hi Hannah, thanks for your reply.
    Unfortunately I can’t get my site online right away, but you can analyze this demo: https://themes.kadencethemes.com/ascend-4/. The letters of the menus (both vertical and horizontal) are always lowercase and they are not (!) editable in Theme Options…please, how do I make the initial letter a “capital letter”? Thanks.
    Greetings
    Simone

    hannah

    (@hannahritner)

    Try adding this to your custom css box in Theme Options > Custom CSS:

    .sf-menu>li>a {
        text-transform: capitalize;
    }

    Hope it helps!

    Best,
    Hannah

    Thread Starter alesim01

    (@alesim01)

    Hi,
    thank you so much for help ??
    With your code the initial letter of each word is changed.
    With the code below the formatting is canceled and the capital letter is only for the first word of the sentence:

    .sf-menu>li>a {
    text-transform: none;
    }

    Happy New Year to all!

    hannah

    (@hannahritner)

    Happy to help! Happy New Year to you as well!

    Best,
    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu and page title font’ is closed to new replies.