Home>Support>How to increase the page heading font in the main menu

How to increase the page heading font in the main menu

Hi,
I want to increase the font size of the page titles in the main menu. I tried with firebug and changed the required CSS in the child theme. It worked for the menu but it is changing the font size on some pages as well. The website URL is below:

http://powercleanlaundryservices.com/

What I changed in the CSS is below from, I mean 100% to 113% which is good for the menu:

{
-moz-font-feature-settings: inherit;
-moz-font-language-override: inherit;
border: 0 none;
font-family: arial;
font-size: 100%; ( I CHANGED THIS TO 113%)
font-size-adjust: inherit;
font-stretch: inherit;
font-style: inherit;
font-variant: inherit;
font-weight: inherit;
line-height: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
}

Maybe I am changing at the wrong place. Any help is appreciated as I am a newbie and would like to learn WP to a certain level.
Best regards.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi

    Rather remove that selector from your child theme, it will cause other issues. Try this rather:

    /* Page Titles */.container > h1 { font-size: 30px !important; }

    OR to be more specific use this:

    /* Page Titles */#post-single h1.post-title, h1#archive-title { font-size: 30px !important; }
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More