Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • cantabriadeportiva Friend
    #186445

    Hello,

    I want to modify the title size of the articles in a category list with the nex_blog template.

    I’ve been reading the forum searching how to do it, and I found this code:

    #ja-contentheading div.blog .leading .contentheading{
    font-size: 200%;
    }

    but nothing changes in the website.

    Can I change the size of the title in the Main, primary… articles???

    Thanks!

    TomC Moderator
    #488861

    Can you please provide the url of the site you’re working on?

    cantabriadeportiva Friend
    #488865

    Sure, it’s a website only for testing proposal: http://goo.gl/uT66C

    TomC Moderator
    #488866

    <em>@cantabriadeportiva 367562 wrote:</em><blockquote>Sure, it’s a website only for testing proposal: http://goo.gl/uT66C</blockquote>
    Okay … How are you wanting the titles to display?
    Are you able to create a screenshot mock-up for reference?

    cantabriadeportiva Friend
    #488867

    All I need is change the font size of the titles in all the articles except the main one.

    TomC Moderator
    #488868

    Which version of JA Nex are you using – T3v2 or T3v3 ??

    If T3v2 => please set “Optimize CSS” to “No” within your Template Manager–General settings

    If T3v3 => please set to “Development Mode” within your Template Manager

    Let me know which one and when you’ve done this.

    cantabriadeportiva Friend
    #488871

    It’s T3 1.3.3 version. Should I have to update???

    Now is everything disable.

    TomC Moderator
    #488873

    Okay, try this . . . .

    Within file path –> /templates/ja_nex/css/k2.css

    at line 1673
    , you will see the following:

    div#itemListLeading div.catItemBlogView div.catItemHeader h3.catItemTitle, div.catItemBlogView div.catItemHeader h3.catItemTitle {
    font-size: 300%;
    font-weight: 700;}

    Modify as follows (basically delete the second half of the rule) . . .

    div#itemListLeading div.catItemBlogView div.catItemHeader h3.catItemTitle {
    font-size: 300%;
    font-weight: 700;}

    Then, at line 875, modify the “font-size” property as you like . . .

    div.catItemHeader h3.catItemTitle {
    font-size: 100%;
    font-weight: 700;
    margin: 3px 0 15px;}

    Let me know if that works for you

    cantabriadeportiva Friend
    #488874

    This change the size of the main article and I like the original size. I need to change size in all the articles except the main one.

    Thank you!

    TomC Moderator
    #488875

    <em>@cantabriadeportiva 367571 wrote:</em><blockquote>This change the size of the main article and I like the original size. I need to change size in all the articles except the main one.

    Thank you!</blockquote>

    at line 881, you will see the following:

    div#itemListLeading div.catItemHeader h3.catItemTitle {
    font-size: 175%;
    font-weight: 100;
    }

    Play around with the font-size property until you arrive at the size you like.
    You can also play around with the font-weight property to make it “bolder” if you want.

    cantabriadeportiva Friend
    #488992

    Solved, thank you!:)

    TomC Moderator
    #488994

    Glad to have been of assistance !!!

    All the best with your continuing site development.

    🙂

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

This topic contains 12 replies, has 2 voices, and was last updated by  TomC 11 years, 7 months ago.

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