-1
You can add a url link to my CSS class via JS?
Why can’t I edit my HTML file.
I have this CSS to change my logo when it rolls:
.she-header .logo img {
visibility: hidden;
}
.she-header .logo {
content:url(https://example.com/Logo2.png) !important;
margin-left: 30px;
height: 101px;
width: 185px;
}
But when it rolls down I lose the URL link to my home.
Can anyone help me? There’s a way to do this with JS?
How so friend you lose link? Has some tag
<a>
logo wrapped? Does it have any ID by chance or some class just applied to this link? The problem is unclear...– hugocsl