RE: How To Color The Icon
04-11-2015, 05:12 AM
(This post was last modified: 04-11-2015, 05:15 AM by Ron-e.)
As an quickfix for those big icons you can change this in the "/css/default.css" file (starting at line 656):
to:
But if you use markdarks "Sentora for windows", i don't know what he has changed in the theme.
*Edit: maybe i will release a couple of icon packs for Zentora in the future, i found some on my dropbox backup thing..
Code:
.module-box-body a {
font-family: 'Source Sans Pro', sans-serif;
font-size: 11px;
color: #555;
text-decoration: none;
display: block;
position: absolute;
width: 100%;
left: 0;
top: 16%;
padding-top: 40px;
}
to:
Code:
.module-box-body a {
font-family: 'Source Sans Pro', sans-serif;
font-size: 11px;
color: #555;
text-decoration: none;
display: block;
position: absolute;
width: 100%;
left: 0;
top: 6%;
padding-top: 47px;
}
But if you use markdarks "Sentora for windows", i don't know what he has changed in the theme.
*Edit: maybe i will release a couple of icon packs for Zentora in the future, i found some on my dropbox backup thing..
●
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.