Hi, thank you for you answer. I tried the code and it did not work, I tried to try different syntasis, but it still does not work for me. Could you verify what error I am committing ?, Thank you, regards. René.
*This code is also valid for the other icon present in QUARK MENU ?, thanks.
#gkHeaderMod .gkicon-dinner::before {
display: none;
}
#gkHeaderMod .gkicon-dinner {
background: rgba(0, 0, 0, 0) url("https://www.gelateriapescara.it/images/bio-ice-cream.ico") repeat scroll 0 0;
}
height: 250px;
width: 250px;
--------------------------------------------------------------------------
#gkHeaderMod .gkicon-dinner::before {
display: none;
}
#gkHeaderMod .gkicon-dinner {
background: rgba(0, 0, 0, 0) url(
https://www.gelateriapescara.it/images/ ... -cream.ico) repeat scroll 0 0;
}
height: 250px;
width: 250px;
--------------------------------------------------------------------------------------------------
#gkHeaderMod .gkicon-dinner::before {
display: none;
}
#gkHeaderMod .gkicon-dinner {
background: rgba(0, 0, 0, 0) url("/images/bio-ice-cream.ico") repeat scroll 0 0;
}
height: 512px;
width: 512px;
---------------------------------------------------------------------
#gkHeaderMod .gkicon-dinner::before {
display: none;
}
#gkHeaderMod .gkicon-dinner {
background: rgba(0, 0, 0, 0) url('images/bio-ice-cream.png') repeat scroll 0 0;
}
height: 250px;
width: 250px;