• Resolved cvitanic

    (@cvitanic)


    Hi:

    I want to reduce the font size of the page title and of the menu items. For title, I tried

    .site-title {
    font-size: 40px !important;
    }

    but it didn’t work.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @cvitanic

    Could you please take a look at the below code? I think it should work now. If it’s not working then add !important after the value of the size.

    h1, .single h1.entry-title {
        font-size: 40px;
    }

    Let me know how it goes from your end.

    Regards
    Riad

    Hi @cvitanic,

    The font size of the page title can be changed by using the Typography options available in the theme.

    Those options are available in Dashboard -> Appearance -> Customize -> Typography – screenshot. The page title is an H1 heading.

    I hope this will help.
    Stefan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Neve theme title and menu font size’ is closed to new replies.