Customizing logo size and menu behavior in FC
Hello, I have two questions:
- Does anyone know if itโs possible to enlarge the site logo (the one at the top left)? I find that the logos of the different sites using FC are really small. Is there a way to allow bigger logos (even if it means making the top bar a bit taller)? Shahjahan Jewelย
- The second question is about customizing the two menus. I would like that when I add a link (a static web page) in the top menu or in the left menu, it displays within FC instead of opening a new page. In other words, Iโd like any link added via the top or left menu to be integrated inside the FC layout. Right now I canโt manage to do that. Is it possible? Ross FCA do your "Pages" or "Magic Menus" plugins allow this? Are they working?
Thanks
The best way to do this right now is to "Inspect" the page and see what the CSS is and add your own custom CSS. For instance, I changed my left menu icons size and font size using this:
/* change size of icon in menu items in left menu */
.spaces .space_contents ul li a .community_avatar {
max-width: 30px!important;
height: 30px!important;
aspect-ratio: 1 / 1;
}
/* change size of font in menu items in left menu */
.spaces .space_contents ul li a .community_avatar .fcom_emoji {
font-size: 30px!important;
}
Add the custom CSS in the Customization Settings tab
Kevin Watsonย thanks a lot. It's possible to see your site online or it's for private purposes?
Prosperย It is in development so it is not public. Here is a screenshot.
Kevin Watsonย Thanks a lot! Very nice. Just a last question: where do they open the links that are in the "help" area? Within your FC site or they open new html pages? I ask because, as I said, ย I would like that when I add a link (a static web page) in the top menu or in the left menu, it displaysย withinย FC instead of opening a new page.ย
Prosperย I have custom pages using the FluentCommunity templates so they never leave the community design. I use Cornerstone Builder by Themeco, but standard WP pages can also use the templates. Here are the templates Fluent installs and what the Support page looks like.
The links are added in the Space Groups settings
Kevin Watsonย thanks a lot!
Prosperย You bet! Happy to help as I ask a lot of questions too! We are all in this together
I think I requested this feature long time ago. It will be really nice feature to add. Those little things will make a lot of difference.