Okay
  Public Ticket #812156
Font size and line height...
Closed

Comments

  •  1
    eugqua started the conversation

    Hello, 

    I'm new to Kalium and I have  a bit bizarre problem.
    I can't find where to change font sizes.
    I see Typography in theme options and there is font weight and case, but no size and no line height.

    Am I crazy and doing something wrong or what?


    Best regards,

  •  1,558
    Laborator replied

    Hi there,

    Currently these options are not possible with Kalium, we are working to implement these features in Kalium 2.0. If you want we can fix these by adding some Custom CSS in your site, what we need is your site URL and your directions.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   eugqua replied privately
  •  1,558
    Laborator replied

    Hi eugqua,

    Yes, it's a basic feature  but we haven't implemented it yet cause we're planning to change something in the fonts section and we didn't want to implement it now.

    The CSS for the body text is this:

    p {
      font-size: 16px !important;
      line-height: 35px !important;
    }
    

    And you can use the same for the H1-H6:

    h1, h2, h3, h4, h5, h6 {
      font-size: 16px !important;
      line-height: 35px !important;
    }
    

    or you can set them separately:

    h2 {
      font-size: 16px !important;
      line-height: 35px !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    eugqua replied

    Excellent. Thnx a lot.

    One more thing.

    Is it possible to disable categories under blog post on blog page?
    I see "Show categories" checkbox under Single page tab, but not for Blog page.

  •  1,558
    Laborator replied

    Hi again,

    Add the following to your Custom CSS:

    .blog-holder .box-holder .post-info .details .category {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    eugqua replied

    Wow. That was quick!

    Thnx for great support.

  •  1,558
    Laborator replied

    You're welcome eugqua.

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    eugqua replied

    Did that and wrote a nice review.
    I hope it helps.