| View previous topic :: View next topic |
| Author |
Message |
Linz
Joined: 04 Feb 2007 Posts: 15
|
Posted: Thu Jun 28, 2007 8:02 pm Post subject: can't find the right bit in my template... |
|
|
...to change the colours of the viewed comments...the part where it links to the person commenting and the date bit.
I've also changed one of my previous posts green when it should be white.
I have changed all the wrong bits HELP!
|
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Thu Jun 28, 2007 9:06 pm Post subject: |
|
|
It looks like that bit is covered by the general link code:
| Code: |
#main a:link {
color:#fFF;
font-weight:bold;
font-size:130%;
}
#main a:visited {
color:#ced;
font-weight:bold;
font-size:130%;
}
|
It has different colors for before and after you have visited it so you might want to change both color values. _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
Linz
Joined: 04 Feb 2007 Posts: 15
|
Posted: Thu Jun 28, 2007 9:14 pm Post subject: |
|
|
Thankyou...got that bit
Now...when you click on the date below the the actual posts.....how can I change the colour of the date and link to the person who's commented???
Sorry but I can't find that bit either.....CJ has a lovely orange shade on hers lol _________________
 |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Thu Jun 28, 2007 10:10 pm Post subject: |
|
|
I think I must be misunderstanding where you mean.
The bits that will be changed by changing the above are in red here:
Is it somewhere else? _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
Linz
Joined: 04 Feb 2007 Posts: 15
|
Posted: Fri Jun 29, 2007 7:29 am Post subject: |
|
|
NO Jaquie it's my fault...I coped the bit (forgot to add in a new colour :oops) then closed the template without saving.....lol
I WILL go and do it properly now (oh the shame ) _________________
 |
|
| Back to top |
|
 |
Linz
Joined: 04 Feb 2007 Posts: 15
|
Posted: Fri Jun 29, 2007 6:57 pm Post subject: |
|
|
Jacquie....I copied the bit you sent and changed the colour but it has only changed the 'posted by ladybirdlinz' date and comments.
The other 'red' bits haven't changed and I can't find that bit either
sorry for being a pain  _________________
 |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Fri Jun 29, 2007 7:59 pm Post subject: |
|
|
Have you just changed something because for me all the "red" bits suddenly started coming out green and purple.
The only bit to work on now is where it says "said" (I think) very faintly by the commenter's name and the bit at the top of the comments where it says how many there are. _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
Linz
Joined: 04 Feb 2007 Posts: 15
|
Posted: Fri Jun 29, 2007 8:03 pm Post subject: |
|
|
dunno what I did but DH says it's i veiwed it through AOL and it doesn't update that fast lol.
I know what you mean about the 'says' bit....and i'm thinking that if I change the dark green colour bar for the green that the text is in and keep the purple bit it would be better.
anyway i'll fiddle around and then ask you lol
editted to add had a play....and now i can't see the posted by ladybirdlinz very well (it's the same colour as the 'says' bit )....I wonder if the same bit of text will change both these bits too.
Last edited by Linz on Fri Jun 29, 2007 8:12 pm; edited 1 time in total |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Fri Jun 29, 2007 8:11 pm Post subject: |
|
|
The bit where it says "1 comment:" (Or however many it is) is controlled by this code:
| Code: | #comments h4 {
margin:0 0 10px;
padding:0 14px 2px 29px;
border-bottom:1px dotted #6a7;
font-size:120%;
line-height:1.4em;
color:#fff;
}
|
and the bit where it says "said..." after the commenter's name is controlled by this code: | Code: |
.comment-data {
background:url("http://www.blogblog.com/rounders4/icon_comment.gif") no-repeat 2px .3em;
margin:.5em 0;
padding:0 0 0 20px;
color:#ced;
}
|
_________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
|