landshark 0 Report post Posted November 16, 2010 Ok trying to get the "reply" "favorite" etc. links under activity stream items to look better in PlatformPro but cannot find any css that controls them. I would like them to look more like buttons with a contrasting color background and separation between them. Unfortunately you have to login to see the links I am talking about but here are a couple of screen shots. here is what I have pulled up from firebug: I am guessing it might be a css class issue but I'm now expert, can anyone help with this? Share this post Link to post Share on other sites
landshark 0 Report post Posted November 16, 2010 sorry my images were too big might have to open them in a new tab or window. Also if you want to create a test account at http://www.survivalhive.com/ feel free this is the page for the activity stream http://www.survivalhive.com/activity Share this post Link to post Share on other sites
cmunns 16 Report post Posted November 16, 2010 You'll see that first link has a class `acomment-reply` So you would just create a rule for it and each one. ` .acomment-reply { background:#DDD; } ` Share this post Link to post Share on other sites
landshark 0 Report post Posted November 17, 2010 Thank you, that was exactly what I needed. Put me on the right track. Share this post Link to post Share on other sites