Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there luizevangelista. To change the page title size. You need to change the css in the “Stylesheet (style.css)” You can find this under the “Editor” in the “Appearance” section from word press. When you locate the Style sheet. scroll to about halfway down the list. You need to locate the .page-title, line. It is there where you can change the css regarding the font size. ?? Hope this helps.

    rabiD

    Hello,

    In the Head 1,2,3,4,5,6 the letters are Capitalized. I would like it to be normal. I tried to change it in the (style.css) and in the (editor-style.css) In both I found text-transform: uppercase. So i removed it, I changed it into capitalize, lowercase, none. All did not work.

    Please help me how I can change this?

    So for the visual people amongst us:
    NOT: THE HEAD ALL CAPITALIZED
    NOT: The Head All Capitalized
    NOT: the head all capitalized

    BUT: The head all capitalized

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    To change styles you either use a Custom CSS plugin (if your theme doesn’t have it already) or through a Child Theme style.css file.

    @Minimatica, Install this plugin: https://www.ads-software.com/plugins/custom-css-manager-plugin . Then use its section of the dashboard to hold this CSS:

    .page .entry-title  {
     /* Originally 30px */
     font-size: 25px;
    }

    @elpee if you need support you should create your own thread: https://www.ads-software.com/support/theme/minimatica#postform

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change size of my Pages fonts?’ is closed to new replies.