Skip to main content

How to style the community?

Is there a possibility to add CSS code somewhere?

Thomas Larsson

Ok thanks - but I want to change the design on the left meny. How to do that?

Aaron Liang

Thomas LarssonΒ not sure what exactly you want to change. If it’s just the colors, there is color customization:

https://fluentcommunity.co/docs/color-customization/

Thomas Larsson

Aaron Liang ⭐ Thanks. I like to change the icons in left om menytext and I want to have a bigger logi in the header.

Aaron Liang

Thomas LarssonΒ the space icons can be set and modified when you create or edit a space:

How to Create a Space

Editing or Deleting a Space

Icons for other menu items can be edited in the settings:

Menu Settings

Logo size cannot be changed easily. You’ll need to use custom CSS.

Donovan Owens

Has anyone successfully changed the logo size? If so, can you share how you made that happen?

Jeff Brigman

Donovan OwensΒ a little late, but here’s the css you need. Just change the max-height to whatever you need. 3rem is roughly 50px.

.fcom_top_menu .fhr_logo a img {Β 

max-height: 3rem;

width: auto;

}

Same Problem like Donovan i have at the moment, any solutions :-)?