hide_title not working on custom sensor

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
renerene
Posts: 347
Joined: Wednesday 03 August 2016 11:36
Target OS: -
Domoticz version:
Contact:

hide_title not working on custom sensor

Post by renerene »

is this is a bug?
hide_title is not working on custom sensor

Code: Select all

blocks['energiekosten'] = {
  idx: 1671,           
  icon: "fa-solid fa-euro-sign",  
  title: 'energie',
  hide_title: true,
  width: 6,                   //The width of the block relative to the column width
  unit: '€',
  addClass: 'medium'
}

Code: Select all

 .medium {
   font-size:50px !important;
   height: unset!important
 }
Image
User avatar
madpatrick
Posts: 645
Joined: Monday 26 December 2016 12:17
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

Re: hide_title not working on custom sensor

Post by madpatrick »

Try in custom.css

Code: Select all

[data-id='energiekosten'] .title                   {none}
or

Code: Select all

[data-id='energiekosten'] dt_title                   {none}
eventually you need to do it in custom.css
-= HP server GEN8 Xeon(R) E3-1220L_V2 -=- OZW -=- Toon2 (rooted) -=- Domoticz v2024.7 -=- Dashticz v3.12b on Tab8" =-
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests