Color of line separating posts
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Color of line separating posts
Here is the original thread I jumped into: http://help.forumotion.com/t103619-avatar-help-profile-pic
They last info I received before the thread was locked stated that I had the color of the line set as #000000(Black)
which would make sense for me not seeing the line but I have checked all of the #000000 and even changed them to
a bright yellow to help distinguish where it was. I have not had any luck in locating the correct color setting.
Here is a link to my forum to show where it looks like my post blend together in the black areas.
http://beaudogs.the-talk.net/t21-food-sign-up-for-2012
They last info I received before the thread was locked stated that I had the color of the line set as #000000(Black)
which would make sense for me not seeing the line but I have checked all of the #000000 and even changed them to
a bright yellow to help distinguish where it was. I have not had any luck in locating the correct color setting.
Here is a link to my forum to show where it looks like my post blend together in the black areas.
http://beaudogs.the-talk.net/t21-food-sign-up-for-2012
buddylee0927- Forumotion Member
- Posts: 60
Language: English
Points: 54
Join date: 2012-01-14
buddylee0927- Forumotion Member
- Posts: 60
Language: English
Points: 54
Join date: 2012-01-14
Re: Color of line separating posts
Hi,
I'm not understanding the problem really : /
What do you want to change, the yellow around your forum to some else? Can you explain a bit?
I'm not understanding the problem really : /
What do you want to change, the yellow around your forum to some else? Can you explain a bit?

Re: Color of line separating posts
Nera. wrote:Hi,
I'm not understanding the problem really : /
What do you want to change, the yellow around your forum to some else? Can you explain a bit?
If you look at the link I posted, it's a current thread that I was testing in. It look as if all 3 of my posts are just one big continuation. Is there not a line that separates each post? If there is I wan't to change its color because it appears to be hidden or possibly black and I can't see it.
Dose that make sense?
buddylee0927- Forumotion Member
- Posts: 60
Language: English
Points: 54
Join date: 2012-01-14
Re: Color of line separating posts
You must edit it in css 

Akkii- Forumotion Member
-

Posts: 99
Language: English
Points: 156
Join date: 2010-02-11
Re: Color of line separating posts
yeah I think for the line "Admin Panel > Display > Pictures&Colors > Colors > Scroll down to Table Header > Body line Color, that's the seperating line. I think.
Re: Color of line separating posts
When I change this color, the only box that changes is the surrounding border of the entire forum. Do you think it's a template issue that possibly doesn't even have the line in its structure? If it indeed does not come with one, can someone explain to me how I can add one or if it's possible?99nour wrote:yeah I think for the line "Admin Panel > Display > Pictures&Colors > Colors > Scroll down to Table Header > Body line Color, that's the seperating line. I think.
buddylee0927- Forumotion Member
- Posts: 60
Language: English
Points: 54
Join date: 2012-01-14
Re: Color of line separating posts
So, you can add in Javascript management:
CSS Stylesheet:
I hope I understanded the problem.
- Code:
$(function() {
$('.post').after('<hr class="hr-color">')
});
CSS Stylesheet:
- Code:
hr.hr-color{
color: #color;
background-color: #color;
}
I hope I understanded the problem.

Coddy- Forumotion Member
-

Posts: 1793
Age: 17
Language: Romanian, Russian, English | HTML (+XHTML, HTML5), CSS (+CSS3), jQuery
Location: Para-para-paradise, Every time she closed here eyes...
Points: 1816
Join date: 2011-12-30
Re: Color of line separating posts
Gassy wrote:So, you can add in Javascript management:
- Code:
$(function() {
$('.post').after('<hr class="hr-color">')
});
CSS Stylesheet:
- Code:
hr.hr-color{
color: #color;
background-color: #color;
}
I hope I understanded the problem.
Add both?
buddylee0927- Forumotion Member
- Posts: 60
Language: English
Points: 54
Join date: 2012-01-14
Re: Color of line separating posts
Gassy wrote:So, you can add in Javascript management:
- Code:
$(function() {
$('.post').after('<hr class="hr-color">')
});
CSS Stylesheet:
- Code:
hr.hr-color{
color: #color;
background-color: #color;
}
I hope I understanded the problem.
You can do that with this CSS:
- Code:
.post:after {
color: #fff;
background-color: #fff;
height: 2px;
}
Though wouldn't it be better just to set a bottom border on the .post?
- Code:
.post {
border-bottom: 2px solid #fff;
}
Re: Color of line separating posts
LGforum wrote:Gassy wrote:So, you can add in Javascript management:
- Code:
$(function() {
$('.post').after('<hr class="hr-color">')
});
CSS Stylesheet:
- Code:
hr.hr-color{
color: #color;
background-color: #color;
}
I hope I understanded the problem.
You can do that with this CSS:
- Code:
.post:after {
color: #fff;
background-color: #fff;
height: 2px;
}
Though wouldn't it be better just to set a bottom border on the .post?
- Code:
.post {
border-bottom: 2px solid #fff;
}
I used the bottom one and it works. Thanks for the help everyone!
buddylee0927- Forumotion Member
- Posts: 60
Language: English
Points: 54
Join date: 2012-01-14
Re: Color of line separating posts
This can be locked.
buddylee0927- Forumotion Member
- Posts: 60
Language: English
Points: 54
Join date: 2012-01-14
Re: Color of line separating posts
| Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the EDIT button instead. This is your 3rd reminder about this which turns into a warning. |
| Topic Solved & Moved Note: You can also help the staff member's work by EDITING your topic and marking it as solved. |
- Are you good on helping Forumotion users?Know more about the helper rank

Helpful Links:
General Rules l-l Lost your Founder Password? l-l Report a Forum
Forum Security l-l Habits to be avoided(Forum Security) l-l Forum Hacked? What to do?

Jophy- Manager

-

Posts: 10642
Age: 16
Language: English, Tagalog
Location: Manila, Philippines
Points: 27687
Join date: 2009-08-02
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by buddylee0927 on January 25th 2012, 8:13 am






