css to make hyperlinks auto bold in thememin
-
thanks
The blog I need help with is: (visible only to logged in users)
-
This would do it for all links in the content I believe:
.entry-content a { font-weight: bold; }This would do it for most all links in the site (except titles).
a { font-weight: bold; }If you use the second, look around the site to make sure it doesn’t change some stuff you do not want changed.
-
thank you — the second is great, although i would appreciate it if there were some way to keep the side/widget links at normal weight, that’d be perfect.
-
-
-
- The topic ‘css to make hyperlinks auto bold in thememin’ is closed to new replies.