• Resolved natuscape

    (@natuscape)


    Greetings!

    Being fairly new at working with WordPress themes, perhaps I’m missing the obvious. I’ve been exploring the Customize interface for the Agama theme (which looks lovely) and cannot find anywhere a spot to edit the size, font, etc. for Heading 1, Heading 2, Heading 3, etc.

    I’ve tried adding custom CSS under “General”, “Body”, but it seems to have no effect on the formatted paragraphs as far as I can tell.

    Is there a different way to modify the appearance of headings for the Agama theme? Or is it simply not possible to change them?

    Thank you very much!
    Natalia

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevision

    (@themevision)

    Hello,@natuscape!

    Unfortunately, this option does not exist in Agama (free)theme, but you can change the settings for the h1, h2,h3,p… on whole site with the custom CSS code.
    For example, to change h1, insert the next code in
    Customize->General ->Additional CSS
    https://prnt.sc/j3fb8u
    code:

    body h1{
        font-family: Raleway, Helvetica, Arial, sans-serif!important;
        font-size: 32px!important;
        color: red!important;
    }

    You can replace “h1” in the code with “h2”, “h3”, “p” …

    Replace the values ​​in the code according to your wish.

    Best Regards

    Thread Starter natuscape

    (@natuscape)

    Thank you @themevision!

    Is it safe to assume this feature *is* available on the premium Agama theme?

    Theme Author themevision

    (@themevision)

    Hi,@natuscape!

    Yes, Pro theme has this feature.
    https://prnt.sc/j3nmq0

    Regards

    Thread Starter natuscape

    (@natuscape)

    Thanks again, @themevision! You’re my hero!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing Heading Sizes’ is closed to new replies.