ContributionsMost RecentMost LikesSolutionsRe: max limit on kudos/givers ? If your community allows weighted kudos... you could have 25 users with 83 kudos. Otherwise, you may have to specify a page size. From the kudos API: Parameter Type Possible Values Description page_size (optional) int The size of the page to be returned. When displaying threads, we recommend showing no more than 25 threads per page. Specify a number from 5 to 1000. page (optional) int The 1-based index of the page to be returned. Re: How do I use two <#if> in a component? #elseif Or maybe I misunderstand your question. Re: Using the dropdown options for custom component Can you share? :smileyvery-happy: Re: Creating a Custom Page in Lithium Studio You can apply any special CSS rules to your component by adding it to your Community Skin. Here is an example of CSS that I added to a custom component in my community: #alstom-component-jfi-steps { margin-top: 20px; padding-top: 5px; margin-bottom: 10px; padding-bottom: 5px; width: 100%; } In your example, your words: Explorer Hosted Events Group Directory are stacked because you have them in separate table rows. As long as they are in separate table rows, they will necessarily be stacked. Generally speaking, you can modify the look-and-feel of your community quite extensively using CSS. If you need a quick tutorial on CSS, there are many free resources available online, such as: http://www.w3schools.com/css/DEFAULT.asp Good luck! Re: Change the Accepted Solution Button Color Have you looked at the element with a debugger to see where the CSS is coming from? Chrome has a nice built-in one. Just right click on the button and "Inspect element." Re: Lookin' good, Lithosphere Breadcrumb appears a bit wonky: It looks like there's a lot more "trail" in there than is necessary, and of course you cannot actually select the links that appear under "Community Display." FYI. Re: Lookin' good, Lithosphere Yes, it looks great, but... I now have to look at the "new replies" counter to see whether there is new content to read. All the messages now look identical; there is no visual differentiation for unread messages. Fail. Re: RESTAPI Kudos date range doesn't work? Thanks, Claudius, but this gives exactly the same result (on my community). And the "leader" is someone who hasn't posted at all in 2014, nor has he received any kudos in 2014 for previously posted materials. In short, it doesn't appear to limit the date range at all. RESTAPI Kudos date range doesn't work? http://mycommunity/restapi/vc/kudos/style/board/authors/leaderboard?max_age=one_month is returning all Kudos from 2013 (as well as the current month). Shouldn't the result be limited to the last month? Or maybe I don't understand (likely)? Re: Using custom component in the Header in Skin Wrapper You may be able to add it to the header "page" in Studio. See attached image. However, it depends on what you are trying to do in the header. You may get better and more options if you tell us what you're trying to accomplish.