http://www.ghostingsquad.ehst.co/index.php I think I changed something hereWhat did you change? Also, do you have a link to your site? There isint much to go off with just the picture alone.
If you have not made any other customisation other than node icons.The black one is mine. I changed something and I don't know how to fix it back to normal like another picture
View attachment 171947View attachment 171946
I just want to make it back to defaultIf you have not made any other customisation other than node icons.
Remove all extra.less code and save it as blank.
Then add code one by one and save and refresh page to see effect.
Proceed till you again go black, that moment will gove you clue what wrong in that extra.less attributes
I did as you said it's still the sameIf you have not made any other customisation other than node icons.
Remove all extra.less code and save it as blank.
Then add code one by one and save and refresh page to see effect.
Proceed till you again go black, that moment will gove you clue what wrong in that extra.less attributes
I do not knowHave you edited any other template?
For some reason the node_list.less template is not loaded in your site
View attachment 171979
View attachment 171980
It's fixed now ty for all your help @Dnyan DeshmukhHave you edited any other template?
For some reason the node_list.less template is not loaded in your site
View attachment 171979
View attachment 171980
Yes i saw it just now, your site look beautifulIt's fixed now ty for all your help @Dnyan Deshmukh
tyYes i saw it just now, your site look beautiful
For background color of node
.block.block--category.block--category(x) .block-header {
background: #52c036;
color: #ffffff;
For Material Design Icon for nodes
.node--forum.node--id(x).node--read .node-icon i::before {
font: Material Design Icons;
content: "\f186";
color: #d62d20;
opacity: 0.3;}
.node--forum.node--id(x).node--unread .node-icon i::before {
font: Material Design Icons;
content: "\f186";
color: #d62d20;
}
Do change (x). With your node and category id.
how do you find category id.For background color of node
.block.block--category.block--category(x) .block-header {
background: #52c036;
color: #ffffff;
For Material Design Icon for nodes
.node--forum.node--id(x).node--read .node-icon i::before {
font: Material Design Icons;
content: "\f186";
color: #d62d20;
opacity: 0.3;}
.node--forum.node--id(x).node--unread .node-icon i::before {
font: Material Design Icons;
content: "\f186";
color: #d62d20;
}
Do change (x). With your node and category id.
We use essential cookies to make this site work, and optional cookies to enhance your experience.