57 replies to this topic
#41
Posted 14 November 2011 - 08:19 PM
#42 Re: Bringing in a backed up skin?
#43 Re: Bringing in a backed up skin?
Posted 15 November 2011 - 12:30 PM
Oops!!! Sorry! Let me try that again.
#44 Re: Bringing in a backed up skin?
#45 Re: Bringing in a backed up skin?
Posted 16 November 2011 - 03:09 AM
1. Stats column:
add necessary line, like color:??; to change font color
2. Sidebar - I need a link to your board since this is about hooks
3. Board stats line:
#board_stats li {
margin-right: 30px;
}
add necessary line like in step 1
4. Users online etc....
add necessary line like in step 1
Quote
.col_c_stats {
color: red;
text-align: right;
color: red;
text-align: right;
2. Sidebar - I need a link to your board since this is about hooks
3. Board stats line:
Quote
#board_stats li {
margin-right: 30px;
}
add necessary line like in step 1
4. Users online etc....
Quote
.statistics_head {
font-size: 14px;
font-weight: bold;
}
font-size: 14px;
font-weight: bold;
}
add necessary line like in step 1
#46 Re: Bringing in a backed up skin?
Posted 18 November 2011 - 12:38 AM
I just wanted to let you know that I affirm reading your suggestions and I will try them in the next few days. My family arrived home with 16 deer, so we have been processing them like crazy people. Plus, Saturday, we are processing 2 beef. I didn't want you to think I left. Thank you for your precious time!
#47 Re: Bringing in a backed up skin?
#48 Re: Bringing in a backed up skin?
Posted 09 December 2011 - 06:20 PM
Broni, on 16 November 2011 - 03:09 AM, said:
1. Stats column:
add necessary line, like color:??; to change font color
add necessary line, like color:??; to change font color
I am *finally* getting back to this. I apologize. I have a bit of a health issue that affects my memory/thinking processes and this stuff takes something brain power!
I cannot find the above code. Where do I find that?
I am going to move on to the next thing and comment again, if necessary. I have to take these one at a time.
#49 Re: Bringing in a backed up skin?
#50 Re: Bringing in a backed up skin?
#51 Re: Bringing in a backed up skin?
Posted 09 December 2011 - 10:19 PM
My daughter did help me get something changed, but it is minimal. I just wanted to mention that if/when you get a chance to check it out.
#52 Re: Bringing in a backed up skin?
Posted 10 December 2011 - 02:26 AM
http://www.cmomb.com...cussion/forums/
1. You didn't add "color" line.
The code still reads:
In the above (found in ipb_styles.css) add:
color: ??;
Replace "??" with a color of your choice.
3. Add similar line here:
2. You need to add same line here:
1. You didn't add "color" line.
The code still reads:
Quote
.col_c_stats {
text-align: right;
width: 15%;
}
text-align: right;
width: 15%;
}
In the above (found in ipb_styles.css) add:
color: ??;
Replace "??" with a color of your choice.
3. Add similar line here:
Quote
#board_stats ul {
text-align: center;
}
text-align: center;
}
2. You need to add same line here:
Quote
.status_list p.index_status_update {
line-height: 120%;
margin: 4px 0;
}
line-height: 120%;
margin: 4px 0;
}
#53 Re: Bringing in a backed up skin?
Posted 10 December 2011 - 04:19 PM
These worked great! Thank you! On the first one, I forgot to insert the #.
#54 Re: Bringing in a backed up skin?
Posted 10 December 2011 - 04:31 PM
Can you tell me where to place the color on the last image, the profile text? Also, on the index page, "by" for discussions, as well as the donation block on the right, need to be changed, as well. Thank you, again!
#55 Re: Bringing in a backed up skin?
#56 Re: Bringing in a backed up skin?
Posted 11 December 2011 - 03:26 AM
So I purchased the "easy editor". What a crock! I am going to ask them to remove it. It totally was not worth it, even for me!
#57 Re: Bringing in a backed up skin?
#58 Re: Bringing in a backed up skin?
Posted 11 December 2011 - 03:48 AM
Quote
[#10245] You are not permitted to view member profiles.
"By" color will be hard to change as it comes from here:
Quote
html, body {
color: #E7DED6;
}
color: #E7DED6;
}
You can try to change the above color but it may affect other board sections.
Donations color comes the very same setting.





















