Hi,
When registering as a new customer the enfold shopping template says: returning customer? click here to login.
Only, ‘here’ is not visible as a clickable link (not underlined). Can you show me how to fix this?
Thanks,
Naima
Hi Naima!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.showlogin {
text-decoration: underline;
}
Cheers!
Yigit
perfect! it works!
Thanks Yigit!