Hi,
I can change the fontsize of a block with custom.css, but it does not change the value fontsize, only the title text of the block.
Any tips or tricks?
tnx in advance
René
fontsize of a block value
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 2
- Joined: Sunday 10 May 2020 20:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: fontsize of a block value
Hi,
I am also trying to change font size of value in one block, did you find out how to? or can someone help with this?
I am also trying to change font size of value in one block, did you find out how to? or can someone help with this?
-
- Posts: 2
- Joined: Sunday 10 May 2020 20:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: fontsize of a block value
Found it on other topic, .block_6_3 .title { font-size:12px ; }
-
- Posts: 61
- Joined: Monday 09 November 2015 9:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: fontsize of a block value
This worked for me to, but after update to 3.5 it is not working anymore.
Now i use:
Now i use:
Code: Select all
.block_78 .value {
font-size : 48px!important;
}
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: fontsize of a block value
Is this solved already?
What kind of device is it?
If the above is not working try with:
What kind of device is it?
If the above is not working try with:
Code: Select all
.block_78 .state{
font-size : 48px!important;
}
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: fontsize of a block value
From your other post I guess it's a temperature device. Correct?webrazor wrote: ↑Sunday 19 July 2020 0:24 This worked for me to, but after update to 3.5 it is not working anymore.
Now i use:Code: Select all
.block_78 .value { font-size : 48px!important; }
On my system with device ID 2 as a temperature device the following is changing the size of the temperature value:
Code: Select all
.block_2 .value {
font-size: 35px!important
}
So, in case your CONFIG.js contains:
Code: Select all
blocks['mytemp'] = {
idx: 2
}
Code: Select all
.block_mytemp .value {
font-size: 35px!important
}
Who is online
Users browsing this forum: No registered users and 1 guest