Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • saco721 Friend
    #201412

    Hi,

    I am using Joomla 3.2.1 with the ja_t3_blank template, I was wondering how I would go about removing the dotted vetical border separating the modules in positions user1, user2, user3 & user4.

    Thanks you very much for your time!.

    TomC Moderator
    #549907

    If you haven’t yet done so, create a new file called “custom.css” within the file path of your main template css file. (i.e. /css/custom.css )

    Within that custom.css file, paste the following CSS rule:


    .items-leading {
    border-bottom: none;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better? 🙂

    saco721 Friend
    #549919

    Hi Tom,

    Thanks for the reply!,

    I have the custom.css file, and added what you suggested, but border remains.

    What else can I try?.

    TomC Moderator
    #549922

    What is the complete file path of where you created your custom.css file?

    You can also consider the following:

    We’ve recently implemented a new feature in new version of T3 framework so that customer can add custom work in a folder which can’t be affected when updating template. You can check out this documentation for more information: http://t3-framework.org/documentatio…olate-template

    saco721 Friend
    #549923

    Hi Tom,

    its /templates/ja_t3_blank/css/custom.css

    I’ve also looked in /templates/ja_t3_blank/css/templates.css and have found

    <blockquote>
    .items-leading { border-bottom: 1px solid #ccc }
    </blockquote>

    I changed it to
    <blockquote>
    .items-leading { border-bottom: none; }
    </blockquote>

    Still no success.

    Thanks for your time.

    TomC Moderator
    #549925

    Do me a favor, temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    Let me know when you’ve done this.

    Ninja Lead Moderator
    #550017

    <em>@saco721 446238 wrote:</em><blockquote>Hi,

    I am using Joomla 3.2.1 with the ja_t3_blank template, I was wondering how I would go about removing the dotted vetical border separating the modules in positions user1, user2, user3 & user4.

    Thanks you very much for your time!.</blockquote>

    This way will help you to solve it

    Open templates/ja_t3_blank/css/template.css file

    Find and change

    #ja-topsl .ja-box, #ja-botsl .ja-box {
    background: url(../images/dot-1.gif) repeat-y right;
    }

    To

    #ja-topsl .ja-box, #ja-botsl .ja-box {
    background: none;
    }

    saco721 Friend
    #550071

    Hi Ninja Lead,

    Thanks for the reply!, problem fixed.

    Regards,

    Saco.

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

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

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