• Excuse my language – getting super frustrated.

    It’s probably super easy, but I just cant figure it out. Im using WP Twentytwelve theme. Would be incredibly grateful to anyone who can help.

    Thanks ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • Sure. We can help. Can you help us help you by providing some information specific to your issue?

    You should create a child theme and set the CSS rule for the H1 tag. As an example…

    h1 {
        font-size: 36px;
    }
    Thread Starter jamesjk1

    (@jamesjk1)

    I dont know how to do that. Total WP noob.

    Thread Starter jamesjk1

    (@jamesjk1)

    What other info do you need?

    There is no other info that we’d need. Unfortunately what I’ve told you is the way to do it and have it stay changed. Any other way will result in it either not working or being over-written on the next theme update.

    The link for creating a child theme that I gave you before tells you what you need to do in ‘How to create a child theme‘. Follow those instructions and you’ll get a child theme up and running. When you have that you can add teh CSS code that I gave you before into that child themes style.css file.

    That’s it. That’s all the steps, and unfortunately to do what you want to do, that’s what you have to do.

    Thread Starter jamesjk1

    (@jamesjk1)

    This is like gibberish to me.

    Create a directory in your themes directory to hold the child theme. The theme directory is wp-content/themes.

    Where do I go??

    Thread Starter jamesjk1

    (@jamesjk1)

    I’ll pay someone to do this for me. This is bullshit having to wait around

    Here is an alternate DIY way. Install this plugin:
    https://www.ads-software.com/plugins/simple-custom-css/ (you could go to Plugins in the left column of the dashboard and install from there by searching the WP repository for “Simple Custom CSS”).

    After the plugin is installed AND activated then in the Appearance section of the Dashboard you will see a link to Custom CSS. Click on that and paste the code:

    h1 {
        font-size: 36px;
    }

    Hit save and you should be done.

    @jamesjk1,

    Per forum rules, asking to pay is not allowed.

    @catacaustic, @speedito:

    I realize (as would anyone with simple CSS knowledge) that simply editing the H1 in CSS would have some effect. The issue is not that that we know how to edit the H1 in CSS. It is HOW that H1 tag is used in the OP’s theme, plugins, etc. Without a specific site link and some clarity on where an H1 needs attention, we cannot and should not provide an answer (to such a generic request). Remember, many will find this ‘answer’ and it will actually not be one (when we answer generic questions specifically).

    I am confident in my reply and thank all for reading.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’ll pay someone to do this for me. This is bullshit having to wait around

    Please consider posting to https://jobs.wordpress.net/ instead.

    Per the forum welcome I am now closing this topic.

    https://codex.www.ads-software.com/Forum_Welcome#Offering_to_Pay

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How the quack do you change the page/H1 font size!?’ is closed to new replies.