Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Alp Friend
    #810298

    Hi everyone,

    I am using JA Wall minimalist theme and k2.
    Where can I change the font size of the items?

    I want the items to have font-size: 16px; and line-height: 18px;.

    Please help

    Saguaros Moderator
    #811768

    Hi

    Could you post URL of page where you want to change the font-size here?

    Alp Friend
    #812437

    Tnx fdor help,

    but meanwhile I solved the problem myself by editing the k2.css

    I put a new style for itemFullText with above mentioned attributes.

    Though I would like to know where I can change the standard font size JA Wall (Minimalist Theme) uses.

    BR,

    Alp

    Saguaros Moderator
    #814318

    Hi Alp,

    The base font size in article is inheriting the font size set for body class, if you want to increase it, you can open css file of this minimalist theme.

    Go to file: /root/templates/ja_wall/themes/minimalist/css/theme.css

    Look for this rule:

    body {
        background: #fff;
        color: #555;
        font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
    }

    and add font-size property for it.

    Alp Friend
    #921832

    Hi where can I change the font size only in pop up item view without the font size in category view (k2) is effected?

    Using classic theme.

    Saguaros Moderator
    #922297

    Yes, you can change it by adding this css rule:

    body.windowview {
        font-size: 14px;
    }

    into the file: ROOT/templates/ja_wall/css/template.css

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Saguaros 8 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum