• Victoria

    (@victoriawinner)


    Hello guys, there is a bug
    The size of the fonts in the category, I am attaching a screenshot, the large font is h2, the small one is h1, visually it’s not very nice, and there wouldn’t be a problem, but it’s in the file dynamic-styles.css – which is outside the template, and for some reason constantly resets the size settings. I think this bug need to fix.

    https://gyazo.com/6c337a5e06533812d6eabc1cf58cd532

    Thanks

    Regards Vic

    • This topic was modified 3 months, 3 weeks ago by Victoria.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @victoriawinner ,

    There is nothing to be fixed here.
    Lite theme doesn’t have typography options for headings (h1-h6).
    The title (h1) font-size in breadcrumbs section ( on archive page like category ) is set to 2.6rem.
    Similarly other heading are set according to theme style e.g. h2 are set to 2.2rem

    Thank you

    Thread Starter Victoria

    (@victoriawinner)

    Hi, no no, this bug, and this bug need to fix it

    It doesn’t matter that this theme is free, you need to make a high-quality product, otherwise you just don’t need to do it, if you do something, then initially there should be quality and new functions – more advanced ones can be added to the paid version

    • This reply was modified 3 months, 1 week ago by Victoria.

    Hello @victoriawinner ,

    I’m not sure what you want.
    If you just want to adjust the font-size of those headings I can provide you some CSS to achieve that.

    // For H1
    #page .page-header .page-title{
    font-size: 3.2rem !important;
    }
    // For H2
    #page .page-header h2{
    font-size: 2rem;
    }

    Put above CSS rules inside Additional CSS field of customizer.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.