Hi. Not sure if I am doing something wrong or VC doesn’t work.
In the static block (footer variant 8) I would like to change the CSS. Added following code:
`a {
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
transition: color 0.25s ease 0s;
}
a:hover{
color: #A8A8A8;
}
Doesn’t seem to update.
Thanks.