Update for new code base: /* -- Hide 'created by' and 'last updated by' field on glossary pages -- */ [id*="ucGlossaryViewer"] .ByLine, [id*="glossaryListViewer"] .ByLine( display: none; ) / * -- Hide 'created by' field on glossary entries page -- */ .glItem .ByLine > div ...
If you know me at all, you know that I am a lover of "the workaround." My Executive Director loves to dream the dream, and then come ask me "Can you do that?" and all too often I have to tell her that technically a system doesn't just "do that." But this week she asked me if I could add some...
3 Comments - no search term matches found in comments.
This increases the padding between the tab text and the edges of tab to 12px. It also darkens the text of the currently selected tab. /* -- unselected tab padding -- */ #CommunityTabs ul li a( padding-left:12px; padding-right:12px; ) /* -- selected tab padding and text color-- */ ...
Target the the HLLandingControl title text with the CSS rule below. Change px size and add other styles as you like. .HLLandingControl h2 ( font-size : 20px ; ) #CSS
2 Comments - no search term matches found in comments.
There seems to be a new rule in the standard HL CSS file that sets the max-width of all images within discussion posts to 400px. This can cause issues for two reasons: It only sets the width of the image so the inline height still applies, causing the image to be squished horizontally. ...
Note: This is valid CSS, but I recommend against using this trick (:before and :after psudo-classes) too widely because search engines and people using screen readers will not be able to 'read' you new text. With great power comes great responsibility...dun dun duuuuuuun! Use this to hide...
/** Hide Border of Slide Deck**/ .skin-slidedeck dl.slidedeck > dd ( border-right: 0px !important; background:none !important; ) .skin-slidedeck ( background: none repeat scroll 0 0 transparent !important; border: 0 none !important; box-shadow: none ...
6 Comments - no search term matches found in comments.
.active-members .Details( width: 79%; padding-left: 60px; ) .edit-contact .editFunnelGrey ( background-repeat: repeat-x; background-color: #ccc; width: 395px; ) #CSS #Completed
To move and rotate the edit page buttons out of the way like this , put this in your theme's CSS. It may need some adjusting based on what your site design it like. I've tested in IE8&9, FF, and Chrome. /* -- MOVE AND ROTATE THE SITE EDIT BUTTONS -- */ .AboveContentBarLeft ( height:...
To adjust the size of the Announcement titles, use this rule in your CSS and adjust the px size to your liking. .HLAnnouncements .Content h3 ( font-size : 26px !important ; ) #CSS
Contact Support
Knowledge BaseLearn More
Terms of UsePrivacy Policy