deend
10 years agoMentor
Icons Change
Hi i wanted to change the lithium default icons and place my new one, but dont want to replace with the same name. so howz it possible.
VarunGrazitti I dont want to replace the icons, i want to use my icons with the exixting icons.
VarunGrazitti any css example.
Hi deend,
Find the css class of the existing icon. You can get this by inspecting element (ex:existing-icon-CSS). Add your new icon before existing icon by using following CSS code.
.existing-icon-CSS::before { content:url(https://cdn4.iconfinder.com/data/icons/tweetmyweb/128/flying_bird_sparkles.png); height: 16px;/*height of image*/ width: 33px;/*width of image*/ position: absolute; }
Hope this helps!
Regards,
Phani