Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • googaa Friend
    #1085357

    How do I remove the borders for all the modules for JA NEX template?

    Saguaros Moderator
    #1085480

    Hi,

    Kindly share the URL of your site here and screenshot of the part you want to remove, I will take a look.

    googaa Friend
    #1085568

    Please see the attached screenshot. All the modules have borders around them. The website URL is xogdheer.com.


    1. Modules-with-borders
    Saguaros Moderator
    #1085577

    Hi,

    The homepage of this template shows various modules so you will need to add custom style a bit much.

    Here are some sample custom CSS:

    .t3-module,
    .ja-zinfp-normal-wrap,
    .ja-zinsec .ja-zinsec-inner {
        border: 0;
    }
    
    .ja-zinwrap .ja-zinlinks {
        border-top: 0;
    }
    
    .ja-zinsec .ja-zinsec-inner > h2 {
        border-bottom: 0;
    }

    You can put into the CSS file: root/templates/ja_nex_t3/css/custom.css (create this file if it doesn’t exist)

    Regards

    googaa Friend
    #1085594

    Thanks. it worked fine except that JA News Pro Module has still the borders. Please see the attached screen-shot. Thanks for your quick support. Please let me know what I need to do for the JA News Pro Module borders.


    1. News-Pro-Module
    Saguaros Moderator
    #1085656

    Hi,

    My above suggestion should include the style to remove the border, kindly share the admin & ftp account of your site, I will take a look.

    googaa Friend
    #1085678
    This reply has been marked as private.
    Saguaros Moderator
    #1085746

    I added the ‘important’ for the properties in custom.css file, it’s working now.

    googaa Friend
    #1085874

    Thank you very much. One more question before I ask the ticket to be closed. How do I change the format of the category titles for the JA News Pro Module? I want the category to be Bold and larger size – 2 points larger. Thanks again.

    Saguaros Moderator
    #1085932

    Hi,

    You can try with this custom CSS:

    .ja-zinwrap .ja-zinsec .ja-zinsec-inner > h2 {
        font-weight: bold;
        font-size: 14px;
    }

    and change to the value to suit your need.

    Regards

    googaa Friend
    #1086523

    Thank you very much. It worked great. Really appreciate the support.

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

This topic contains 10 replies, has 2 voices, and was last updated by  googaa 6 years, 10 months ago.

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