Currently i have the home page titles (the 3 posts in the middle) as links, all links i have as black right now, I want those titles to not have an underline under them and be a different color, how do I change this??
Change color to titles on home page since they are links now..
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
in your style1.css you'd change this:a { color: #000000; } a:hover { color: #000000; }to this
a { color: #000000; text-decoration: none; } a:hover { color: #000000; }To change the color you'd change the hex color code. In this case you change the #000000 to #NUMBERS of your color.
Posted 1 year ago # -
thanks!
Posted 1 year ago # -
Glad I could help :)
Posted 1 year ago #
Reply
You must log in to post.














