Well, it depends on what exactly you want to change. You can address only the links in the linklist with #sidebar_linklist a { font-style: italic; } and this example would make them italic. There are lots of possibilities, so I didn't put in more. If you know what you want the links to look like, you could tell me and I'll write the code. If something's not working, there could be a bit of code overriding it. This can be fixed by putting !important in front of the line that's not working.
Comments 7
Reply
Cheers.
Reply
Well, it depends on what exactly you want to change. You can address only the links in the linklist with
#sidebar_linklist a {
font-style: italic;
}
and this example would make them italic. There are lots of possibilities, so I didn't put in more. If you know what you want the links to look like, you could tell me and I'll write the code.
If something's not working, there could be a bit of code overriding it. This can be fixed by putting !important in front of the line that's not working.
Reply
Reply
Leave a comment