Search found 6 matches
- Saturday 27 June 2020 18:31
- Forum: Dashticz
- Topic: Change size of individual Font Awesome icons?
- Replies: 5
- Views: 612
Re: Change size of individual Font Awesome icons?
Oops! Thank you for noticing that. It did not solve the problem but got me back on track. I ended up using this to resolve the issue. I am terrible at CSS so I'm sure there is a better way to do this but it works for me needs. Thank you for your help! .fa-refrigerator:before{ font-size: 100px; color ...
- Saturday 27 June 2020 17:39
- Forum: Dashticz
- Topic: Change size of individual Font Awesome icons?
- Replies: 5
- Views: 612
Re: Change size of individual Font Awesome icons?
Attached is a screenshot which may help explain what I am trying to accomplish. Thank you in advance.
- Saturday 27 June 2020 15:51
- Forum: Dashticz
- Topic: Change size of individual Font Awesome icons?
- Replies: 5
- Views: 612
Re: Change size of individual Font Awesome icons?
I've modified mine to use Pro. The icons display correctly but I'd like to change the font size so some blocks have a different size icon but I'm unable to figure out which CSS to change to achieve that. The icons Dashticz is using are from the Free font. So you can't select the Pro icons. For the ...
- Saturday 27 June 2020 9:51
- Forum: Dashticz
- Topic: Change size of individual Font Awesome icons?
- Replies: 5
- Views: 612
Change size of individual Font Awesome icons?
I'm trying to change the size of individual FA icons but not having much luck. Any ideas? I need to change the size of individual icons. .fas.fa-refigerator { color:#F1C300; font-size: 80px !important; font-family: 'Font Awesome 5 Pro', sans serif !important; } .far.fa-refigerator { color:#fff; font ...
- Thursday 25 June 2020 20:10
- Forum: Dashticz
- Topic: custom.css not loading after upgrade
- Replies: 3
- Views: 500
Re: custom.css not loading after upgrade
Problem solved. I had an error in custom.css that I did not see. It was being loaded but ignored. Thank you for taking the time to reply and helping.
- Thursday 25 June 2020 7:08
- Forum: Dashticz
- Topic: custom.css not loading after upgrade
- Replies: 3
- Views: 500
custom.css not loading after upgrade
I upgraded to the latest beta and when loading Dashticz and checking in inspector in Chrome, the changes in custom.css are not being loaded. The file is readable and writable by the user and root. There are no other custom.css files in the directories. I'm quite sure that I have messed this up ...