This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Mosaic Beta: font size
#1
Hi,
is there a way to modify font size of menu icon? Thanks.

Thanks.

BR
Reply
#2
(05.11.2021, 10:10)Domoticatorino Wrote: Hi,
is there a way to modify font size of menu icon? Thanks.

Thanks.

BR

Have you tried with CSS in theme and setting?
Reply
#3
If you mean the left top icon (≡) then you can increase the size like this:
Code:
.panels_left .panel-close span {
  line-height: 55px;
  vertical-align: middle;
}
.panels_left .panel-close .icon-menu {
  font-size: 32px;
}
Reply
#4
(08.11.2021, 08:07)admin Wrote: If you mean the left top icon (≡) then you can increase the size like this:
Code:
.panels_left .panel-close span {
  line-height: 55px;
  vertical-align: middle;
}
.panels_left .panel-close .icon-menu {
  font-size: 32px;
}

Thank you Admin for your reply.

I mean the font size of icon room listed in every floor page.

Thanks.
Reply
#5
Next time please post a screenshot so it's easier to understand what you want to change.
For room links use this:
Code:
.room-link {
  font-size: 24px !important;
}
Reply
#6
(10.11.2021, 07:07)admin Wrote: Next time please post a screenshot so it's easier to understand what you want to change.
For room links use this:
Code:
.room-link {
  font-size: 24px !important;
}


Hi admin you're right!!

Great as always.
BR
Reply


Forum Jump: