Okay
  Public Ticket #1228099
Blog Post font and frame
Closed

Comments

  •  3
    Tony started the conversation

    Dear, after updating to Kalium 2.0

    1) The font size of blog post titles became much bigger and too big, how to change it?

    2) There used to be frames around the post and a line between?  

  • [deleted] replied

    Hi Tony,

    1— I already replied to this question yesterday, here is the link of that ticket #1226832.

    2— Those frames where not showing on that demo or from our theme so maybe you have added any CSS code to do that, anyway we will try to help you this time for this customization.

    Just add the code below to your Custom CSS area:

    .post-item.template-square.columned {
    border: 1px solid #eee;
    padding: 5px;
    }

  •  3
    Tony replied

    Hi Ylli

    regard to 1), double checked on the Custom CSS, it's correct. but it still shows very big font  size 

    2) actually no frame is also fine, but it is no frame now

    Regards, Tony

  • [deleted] replied

    Hi Tony,

    1— Just add the code below to your Custom CSS area:

    .page-heading--title {
        font-size: 22px !important;
    }
    .blog-posts .post-item .post-details .post-title {
        font-size: 20px !important;
    }
    .widget-area .widget-title, .widget-area .widgettitle {
        font-size: 20px !important;
    }

    2— Please just add this CSS code:


    (view on new page)

  •  3
    Tony replied

    Hi Ylli, thank you and all my issued after 2.1 updates for Kalium is resolved!

  • [deleted] replied

    Hi Tony,

    I'm glad to hear thatThose changes happened because we completely updated Blog sections to have greater speed and to support Wordpress 4.8 and future versions, you can read more on this link.

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great week!

    Will set this ticket as solved from here.