The theme editor allows you to customize the overall background color for your widgets. Here's a typical widget styled using the the theme editor only: Change Title Font Properties If you just want to change the widget title's font size, color, or weight (how bold it is), apply CSS like this (setting your own specific colors, sizes, weights): header.widget-header h3 { color: #4d709f; font-weight:400; font-size:1.1rem; } Note that you should be using REM units for font size, not pixels. That...
If you'd like to increase or decrease the size of the font used in the top navigation bar, insert this Custom CSS in your theme (this example increases the font size relative to the default size you've set): .top-bar-section ul li > a {font-size: 1.25rem;}
Thought I'd share a few of the CSS customizations we've made to our site which may be helpful to others, ...with the hope that a few of you would post your favorite customizations too. Please include your site's URL. (Would also welcome comments from Hoop if any of these need adjusting.) Our site: www.rotation.org /*hides # of views and bookmarks on a topic*/ .h-topic-metadata { display: none; } /*makes "Current Visitors" profile pics widget bigger*/...
When you are adding a custom header, footer, widget or page, you may want to make use of the built-in CSS utility classes in Crowdstack. This should make your coding much easier. I'll break them down by classes native to Foundation , which is the responsive framework Crowdstack uses, and those that are built into Crowdstack. Foundation CSS Classes .text-right : equivalent to text-align:right .text-left : equivalent to text-align:left .text-center : equivalent to text-align:center .flex-video...
This is similar to the tip about adding a custom icon to Premium Member badges . For this tip, we'll show you how to display a custom icon next to all Member Titles. Note that the same icon will be displayed for all titles in the example, since there is currently no way to differentiate member titles from a CSS standpoint. First, let's see what our sample Member Title of "Dude" looks like without any styling: 1. First, let's focus on simply adding an icon. You can inject a Font Awesome font...
One of the new features is support for Font Awesome font icons. The advantage of using font icons is that they can scale to different sizes without distorting whereas using images can't scale without distorting or adding blurriness. New to the applilcation are text-based member badges instead of image-based badges. If you want to add some extra flair to your premium member badge, you can inject a Font Awesome font icon with some simple custom CSS. First, you must select which font icon you...
How to add an image rotator to your home page banner. We will be using a package called Slick. Slick is fully compatible with Crowdstack, can be responsive, and has oodles of fun features, We will be doing a basic setup just to get it installed and working. First, download the files that you need. Go to the Slick website and click Get it now. Click download now and download the zip file to your desktop or downloads folder, whichever you usually use. Once it is downloaded, unzip the zip file.
Hello Could you please explain just how the new ‘multi quote’ function can be used when you wish to quote from a previous page, as well as the current page? This is often the case especially when a new page has only one or two post on it. I know that you can post a quote from a previous page; we need to be able to quote from more than one page. Having the posting page tied to the current page (crazy) prevents me from being able to do this as the first quote selected cannot survive the page...
Hi Brisotti, The code should go into your Display Settings control panel in the Custom CSS box. You need to make sure you use the permission circle's group ID instead of "premium" if it's not a premium permission group. For your Patrocinador circle, that numeric ID is 350043526109298115, which you can see in the URL when editing the permission circle's details. I changed your selector to .h-member-badge-350043526109298115, which fixed the problem (you also had replaced the 'h' with "webkits"...
Hi Brisotti, For that specific badge, the selector is .h-member-badge-350043526109298115 so the font can be controlled with something like this: .h-member-badge-350043526109298115 { font-size: 0.8rem; } Note that we don't generally offer free assistance with Custom CSS. Custom CSS assistance falls under our Advanced Support, which is $150/hour. I've made an exception here to get you going in the right direction. If you need further assistance, please open a new support topic. Regards, Brian
@ST Here you go https://hey.crowdstack.com/s...for-all-screen-sizes By the way, you can also edit that class to change colors or styles (or possibly the size? didn't try that myself.)
Thanks! (add: you insert the code in the Display Settings / custom css field) How can we control the font in the Nav Bar there? (Not a fan of the all caps and font size)
Good evening, The REM value is derived from the "Base Font Size" setting defined within your theme: CP -> Design -> Standard Themes If you edit your theme you will see the setting in the "Fonts" section. Consider a REM value a multiplier of that value. So if you have a "Base Font Size" of 16px, and you want to target a element to use a 12px font size you would set the REM value to 0.75rem. That is 16px * 0.75 = 12px. I think I can sense what you are thinking: "But Jonmark, why wouldn't...
Hi, Thanks for the explanation. It still doesn't help. In what way do I write the font size??? 12px? 12 pt?? I have set my font size in a widget which has my welcome pagagraph, and no matter what I do to it, it is displaying what I would call 2pt type. Please HELP!!!!!
Think of RAID this way: You have a 3 disk drive RAID array. Using your vinyl record example, we'll consider each vinyl record on it's own LP player as a disk drive. Now our records can only be played at single speed, i.e.: audio speed. That's what we call the RPM, or the speed of the spindle. This means for a 6 minute song, if we stored it on one of our records, it would take us 6 minutes to listen to the entire song. It is not possible for us to play it any faster. The limitation of our...
Yep, that's Sandy's knife from his Army days. He was very nervous to have me use it. To be honest, it's only good for the big stuff---there's no delicate work that can be accomplished with a knife that size.
HI Rosemary, this is a good tip. If I also have some CSS for the other h1 tag on the page - not the one for the title tag - could I still include information for the h1 in the CSS: h1#pageTitle { display:none; } h1 { font-size: 18pt;; font-style: bold; margin-left:8%; } .breadcrumbs {display: none;}
Hi Rich, You'll need to use the specific permission circle's numeric ID in the selector, as I mentioned above to Brisotti. You can grab that ID from the URL and then use a CSS selector like .h-member-badge-XXX:before (where XXX is the numeric ID) instead of .h-member-badge-premium:before . Hope that helps! Brian
I'm trying to figure out where to put this CSS. I asked about adding badges to title names and I got this response and link to this article. I somehow got to Automation Rules, then creating a rule for Activity Milestones using triggers, but I don't see where to add CSS. Can you point me to where I can do this so it can be based off of points or triggers? Thanks!
Hi, @Valerie Krist : I just saw this and wondered if you'd gotten an answer someplace else? If not, you'll want to go to Settings>>Design>>Display Settings, and add that CSS to the field marked "Custom CSS".
When you block a person, they can no longer invite you to a private message or post to your profile wall. Replies and comments they make will be collapsed/hidden by default. Finally, you'll never receive email notifications about content they create or likes they designate for your content.
Note: if you proceed, you will no longer be following .