Help - Search - Members - Calendar
Full Version: Link customization?
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
milkycorpse
I am in S2 Generator,and it automatically makes the link: hover,be underlined and i don't want that,but I cant find a way to not do it, without custom CSS.

I was wondering if anyone had any idea what code to use without messing the rest of the layout up? I just don't want it to be underlined,and I want it to hover in a different color. I can do this in S1 but the customization of that layout doesn't transfer properly into S2 pinch.gif

Thank you to anyone who can help
happy.gif
synergy
As I don't know what journal style within S2 that you're using and because I'm not too familiar with S2, I'm not sure if this will work but try going to Customize Your Theme -> Custom CSS and enter in the following to the Custom Stylesheet:

CODE
a:hover {
text-decoration : underline;
color : #000000; }


Of course, replace 000000 (black) with the hex code of the color you want.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.