3Di wrote: Wed Apr 11, 2018 12:51 pm
thevisionisdivine wrote: Wed Apr 11, 2018 12:23 pm
I did it already a week ago but nothing changed...
EDIT: now it works... crazy !!!
It is a good habit to purge the cache in ACP after every template's modification.
That's what I always do, but...
This is something really simple I have done just now:
I wanted to change the copyright colour, since isn't really visible ( it's #555555 ) to #000000.
So, I edited colours.css, looking for Copyright section:
.copyright {
color: #555555;
}
and I changed it to (see file: thatswhatIchanged)
.copyright {
color: #000000;
}
purged the cache but nothing changes.
when I inspect the code, thaswhatIsee (look at file: thaswhatIsee)
It's like changes weren't really made?
This makes me really crazy....
You do not have the required permissions to view the files attached to this post.