Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • virakamrith Friend
    #195743

    I would like to change title font color in JA NEX version 2.x

    chavan Friend
    #526535

    can you Please tell me which title font color, do you want to change. you can post a screenshot, that would be helpful.

    virakamrith Friend
    chavan Friend
    #526566

    Add this code to /templates/ja_nex_t3/css/custom.css

    Replace #FF0000 to any color code you need. Both sugesstion 1 and 2 does the same. you can follow anything

    1. Font color changes are done separately


    .ja-headlines-item a{
    color:#FF0000;
    }

    .ja-zin h4.ja-zintitle a{
    color:#FF0000 !important;
    }

    .jazin-links a{
    color:#FF0000 !important;
    }

    .ja-zintitle a{
    color:#FF0000 !important;
    }

    .ja-zinsec-inner h2 a{
    color:#FF0000 !important;
    }

    2. If you are going to use the same color for all

    .ja-headlines-item a , .ja-zin h4.ja-zintitle a, .jazin-links a, .ja-zintitle a, .ja-zinsec-inner h2 a{
    color:#FF0000 !important;
    }

    virakamrith Friend
    #526850

    It’s working fine. Thanks.

    myuption Friend
    #531299

    Finally, I was able to change the boring Arial font on the titles with this 😀

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

This topic contains 6 replies, has 3 voices, and was last updated by  myuption 10 years, 1 month ago.

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