• Resolved guethary

    (@guethary)


    I have set up a Virtue child theme and have changed H1 size on Theme control itself but it still reverts to standard size of 40px.I thought I could edit the code in Child Theme to do this instead? I am pretty ‘slow’ when it come to this…

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hey, you can edit the H1 style from Theme Options > Typography. Does this not work for you?

    Hannah

    Thread Starter guethary

    (@guethary)

    No, it doesn’t for some reason. I have a child theme. When I look at the source code of the site on my bowser it seems to have made the change but not when I update the page after modifying it.Can I add cote to the CSS in my child theme? Or am I talking nonsense?

    Hey,
    Hard to know whats going on without seeing it.

    If your going to override in the child theme use css like this:

    h1 {
    font-size: 30px !important;
    }

    If you can post a link that would help me see the issue. Also make sure if you are using a caching plugin that you have cleared the cache.

    Ben

    Thread Starter guethary

    (@guethary)

    Hi Ben
    Web is here. I have only used para text as theme h1 is far too large.
    https://www.rupertpeters.co.uk
    I will try your over ride in CSS tomorrow. After midnight now here..

    Thanks

    I’m seeing in your theme options that you set the font size to 10px and the line height is still 40px. Is the line height what your wanting to edit?

    Ben

    Thread Starter guethary

    (@guethary)

    Hi Ben
    Your fix works and I can alter font size via the CSS edit of the child theme. That is fine for me. Many thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘H1 size’ is closed to new replies.