How to style the community?
Is there a possibility to add CSS code somewhere?
Yes you can add custom CSS. See link below:
https://github.com/WPManageNinja/fluent-community-docs/blob/master/code-snippets.md#custom_css
Ok thanks - but I want to change the design on the left meny. How to do that?
Thomas LarssonΒ not sure what exactly you want to change. If itβs just the colors, there is color customization:
Aaron Liang βΒ Thanks. I like to change the icons in left om menytext and I want to have a bigger logi in the header.
Thomas LarssonΒ the space icons can be set and modified when you create or edit a space:
Icons for other menu items can be edited in the settings:
Logo size cannot be changed easily. Youβll need to use custom CSS.
Has anyone successfully changed the logo size? If so, can you share how you made that happen?
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 :-)?