-
AuthorPosts
-
country212 Friend
country212
- Join date:
- February 2011
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
November 5, 2011 at 8:21 pm #170426tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
November 11, 2011 at 2:18 pm #424225looking at the site url the lines are pinkish change this css declaration to what colour you want it
body, td, th {
color: #FFCCFF;
ShaneTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 11, 2011 at 5:12 pm #424253One of the culprits seems to be a css border
In template.css, at lines 791-796:
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main {
border-top: 1px solid #e7e8e9;
border-bottom: 1px solid #e7e8e9;
}
Change or remove the border color parameter.
The other culprit seems to be an image –> /templates/ja_erio/images/line.gif
In template.css, lines 798-808:
body .ja-r1 .main {
background: url(../images/line.gif) repeat-y left top;
}
.main .main-inner1 { margin-left: 0 !important; margin-right: 0 !important; }
#ja-main .inner {
background: url("../images/line.gif") repeat-y scroll 100% 0 transparent;
border-left: 1px solid #E7E8E9;
padding-top: 20px;
}
Either change/delete the background to “background: none;” and modify the border color (as in the first example above), or modify the image.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by TomC 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to replace the template’s white border lines
Viewing 3 posts - 1 through 3 (of 3 total)