hello the links appear as arrow on mouse over, i want them to turn to a hand symbol on active links.
thank you
teitbite wrote:Hi
Your code is wrong. With this code everything when cursor is over should change it to hand symbol. But if it does not do that than I think override.css is not activated in template settings or there are errors in it. Please tell me the url to Your site.
body a {
cursor: pointer !important;
}