Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kilicaslan Friend
    #640405

    After the news is clicked, the news headline is too large. How can I reduce?

    Manos Moderator
    #645416

    Hello,

    A link would be more helpful however, in order to reduce the size you need to change the css, seems to me it’s a K2 article so probably the following code will help:

    .itemHeader .itemTitle {

    font-size: 38px; -> Change to font-size: 30px;

    }

    kilicaslan Friend
    #645419

    I m using Ja universty theme. Which .css file?

    Ninja Lead Moderator
    #648122

    <em>@kilicaslan 485384 wrote:</em><blockquote>I m using Ja universty theme. Which .css file?</blockquote>

    You can create templates/ja_university_t3/css/custom.css file and add new css style below


    .article-header h1 {
    font-size: 25px;
    }

    Hope it helps

    Ninja Lead Moderator
    #744369

    <em>@kilicaslan 485384 wrote:</em><blockquote>I m using Ja universty theme. Which .css file?</blockquote>

    You can create templates/ja_university_t3/css/custom.css file and add new css style below


    .article-header h1 {
    font-size: 25px;
    }

    Hope it helps

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

This topic contains 5 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 9 months ago.

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