• I cannot figure out which numbers belong to which headings on my site except for a few.
    H1 = Site Title
    H2 = Blog Title
    H3 = Side Bar headings

    H4, H5, H6 what heading or titles are they assigned too?

    I have tried changing the font/color for each and then looked around my site to see what has changed, but nothing changes so I have no idea what these others do.

    I have installed Easy Google Fonts and am changing fonts in the Typography area of the Customize tab.

    My end goal here is to change the size/style/color of the “latest posts” area and the “subscribe to…” area on my home page.

    I would rather NOT use CSS if I don’t have to.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @awapril,

    Many headings like site/widget/page titles have specific CSS styles and you can’t change it using theme options. Please note that you can create headings within posts/pages, and those headings can be changed.

    Please describe what exactly you want to change if you still need help, but please note that you might have to use additional CSS code.

    Kind Regards, Roman.

    Thread Starter April Roy

    (@awapril)

    I would like to change “Latest Posts” to lowercase letters. I would love to be able to change the font and the color as well. I would like to do the same thing for the “Subscribe to Ancient Wisdom” area, both located on the home page.

    If I do need to use CSS to change this, can I add CSS to the Widget Style/Attributes area, rather than entering CSS to the custom CSS that is located in the Appearance>Customize>Additional CSS?

    Hello @awapril,

    You can try to use the following CSS code.

    I think that it’s better to add this CSS code in Dashboard → Appearance → Customize → Additional CSS section.

    .widget-title {
        text-transform: none !important;
        color: red !important;
        font-family: sans;
    }

    Kind Regards, Roman.

    Thread Starter April Roy

    (@awapril)

    @romanbon
    This code did work to change the titles I had wanted to change…but seems limited.

    The color changed just perfectly, no matter which html color code I entered, so that’s good.

    But the font only changed sometimes. I went to Goggle Fonts to copy font family css and pasted it in the area specified in the code you gave me, but for some reason I was not able to get it to change every time…sometimes, depending on the font I pasted in, it just wouldn’t change at all. Other times the font I pasted in wouldn’t end up being the font css I had copied off Google Fonts. Am I missing something?

    Also, is there a way to change the font size for “Latest Posts” and “Subscribe To..” widget title independent from each other?

    Hello @awapril,

    1. Some fonts should be added, please check this link:
    https://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/

    2. Please create a new topic for your font size issue to keep forum in good order and make it easier to help you.

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘H1, H2, H3…how do I know which belongs to what heading?’ is closed to new replies.