Lowercase menu, link and post title font size

  • Posted in : Photographer
  • Felipeslemos
    Participant

    1 – I try to insert this three different customs css to change menu font to lowercase and don’t work. Am I doing this wrong?

    .site-nav { text-transform: lowercase; }
    .main-navigation { text-transform: lowercase; }
    .site-navigation { text-transform: lowercase; }

    2 – I try to change menu links font size using this custom css and don’t work too.

    .vs-nav li a {
    font-size: 2em;
    }

    3 – How to change post title font size?

     

    Please, help.

    ahmetsali
    Keymaster

    Hi,

    1-) try this one;

    .nav-menu ul li {
        text-transform: none;
    }
    

    2-) try this custom css code;

    .nav-menu li a {
        font-size: 1.1em;
    }
    

    3-) try this;

    @media screen and (min-width: 768px) {
        h1.entry-title { font-size: 3em; letter-spacing: -2px; }
    }
    
    Felipeslemos
    Participant

    Questions 1 and 2 ok.

    3 – How to change post title font size? – still not working

    serkan
    Moderator

    Could you provide me your related post url, so i can help you. Which post title you are talking about?

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register