Make some links have underline, remove post date,CSS validation
-
Sorry about piling up my issues! It seemed simpler this way.
1) We decided that the links that aren’t headers or part of the main navigation should have underlines. Since the default is for none all around I had to go looking for the best classes to accomplish this. So far the only way I have been able to add the underlines is to addbody a { text-decoration:underline; }
The down side is that this means everything has the underline, definitely not what we have in mind. What classes do I need to target to gain more detailed control?
2) I am also trying to remove the post dates. So far in an attempt to keep it simple I have tried
.entry-month, .entry-date, .entry-year { display:none; }
which had no effect. None of the other methods I have found in the forum appear to apply to this theme. Which files(s) need to be changed?
3) Also, I tried validating the CSS and found that this theme throws all sorts of errors. I suspect this is coming from new standards not being fully embraced, but would like to hear the full story because we really like the theme.
Thank you!
- The topic ‘Make some links have underline, remove post date,CSS validation’ is closed to new replies.