-
AuthorPosts
-
saco721 Friend
saco721
- Join date:
- February 2014
- Posts:
- 58
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
September 17, 2014 at 3:56 pm #201412Hi,
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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 17, 2014 at 4:10 pm #549907If 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 Friendsaco721
- Join date:
- February 2014
- Posts:
- 58
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
September 17, 2014 at 4:35 pm #549919Hi 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 17, 2014 at 4:52 pm #549922What 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 Friendsaco721
- Join date:
- February 2014
- Posts:
- 58
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
September 17, 2014 at 4:58 pm #549923Hi 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 18, 2014 at 8:18 am #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;
}1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by saco721 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum