• Resolved Robert O’Hoski

    (@robertohoski)


    I’m using Sydney (child) theme with WooCommerce. I want to reduce the default size of the page title that appears on every page.
    I’ve read all the support forum related topics, and have tried all the following, none of which made any impact (the page titles did not change at all):

    .page-title h1 {
    margin: 0;
    font-size: 18px;
    color: #ccc;
    }

    .classic-alt .entry-title {
    font-size: 18px;
    font-weight: 500;
    }

    .content-area h1.entry-title {
    font-size: 25%;
    }

    .entry-header .entry-title a {
    font-size: 18px;
    }

    .entry-header .entry-title {
    font-size: 18px;
    }

    #content .page .entry-header .entry-title,
    .page-title {
    font-size: 18px;
    }

    .single-post .hentry .title-post {
    font-size: 18px;
    }

    .title {
    font-size: 18px;
    }

    I even tried to delete the page title, so I could add my own, but it didn’t work either.

    .page .type-page .entry-title {
    display: none;
    }

    Nothing seems to have any impact on the page title. Suggestions?
    Thanks. rob

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • .site-title {
    font-size: 50px;
    }
    just add this in css with desired font size .

    Thread Starter Robert O’Hoski

    (@robertohoski)

    Thank you. Unexpected results. I would have though the .site-title command would change just the one title on my main page. The code resized the page title on the home page and removed the titles from the others. No problem, I can add my own titles back for the other pages.

    Thanks very much. I appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change page title size’ is closed to new replies.