Hi guys,
I always used a custom icon in my topbar, which work just fine till now. I tried to edit the logo and now it doesn´t show up anymore.
The code I use is in topbar is:
<a href="https://moodle.de" title="Moodle"> <span class="x-icon-moodle"></span> </a>
And as css I use this:
.x-icon-moodle{
background:url(custom-url) top center no-repeat;
width:25px;
height:20px;}
.x-icon-moodle:hover{
background-image:url(custum-hover url);
}
Is there any fault with the snippet or do you have some advice, why the logo doesn´t work anymore?
thanks!
Edit: See “taus-gymnasium.de” and look at missing icon in the topbar