• Resolved in-business

    (@in-business)


    Hi – I am using Child Themes and I can’t find where to change the H1 tags for my theme.

    What do I search on in the selector.

    On the home page I want the main title Small Business Software Solutions to be H1, at present its H2.

    The class is “maintitle”, which is what I searched for, but this does not show the H tag.

    The theme in this case is Sydney.

    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    If the theme stylesheet has specific classes for headline elements, then you can find them by entering “h1” in selector menu. CTC will display any matches that are present in the theme stylesheet for this element.

    More than likely, the theme is using a class selector (identifed with a begining period) to modify any element. To override a specific element, then add a new selector using the “Raw CSS” input textarea:

    h1.maintitle {
    font-size: 3em;
    }
    h2.maintitle {
    font-size: 2em;
    }
    • This reply was modified 6 years, 11 months ago by lilaeamedia.
    Plugin Author lilaeamedia

    (@lilaeamedia)

    Considering this resolved. Please submit further replies via our website.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change H1 tags on theme’ is closed to new replies.