Do you guys know what the recommended links, css class will look like for V5? Thank you very much.
Announcement
Collapse
No announcement yet.
Recommended links for V5
Collapse
X
-
Yes, you can download and try the V5 beta for yourself. See this thread for download information and upgrade notes on how to adopt the new CSS changes:
http://www.wrensoft.com/forum/showthread.php?t=1125
The Help file that comes with the V5 beta also has more information on the new CSS in V5.
-
Sounds like you have done the right thing.
We found a bug with recommended links and non English character sets a few days back so maybe you saw this? (this bug will be fixed this week)
Can you give an example of what you entered as a recommended links and what you seached for. A URL to your search function would help us investigate the issue.
Comment
-
No, there's no bug with the CSS. Your color attribute is ineffective most likely because it is overridden by the style for links (the anchor "a" class). If you are trying to override the attributes for anchor links, for the recommended link titles, you would need something like this:
Code:.recommend_title a { color: #000066; }
Comment
Comment