This topic has 8 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson
Hi,
I am trying to create a custom.css file however I am unable to find the default.custom.css file in the ftp client page.
My FTP details are below in private content.
Thank you.
Hello allrosie,
file ‘default.custom.css’ is empty and not necessary. You can create your ‘custom.css’ file.
Regards,
Stan Russell.
Ok, great thank you for the information.
Hello allrosie,
You can add needed css code to Theme Options > Styling > Custom CSS.
Regards,
Stan Russell.
I am trying to remove the “email to a friend” button on the product page and have entered the following
.email-link {
display: none;
}
in the Global Custom CSS Table in Theme Options > Styling > Custom CSS.
Am I doing something wrong? When I view the product page it is still there.
Hoping you can help!
Hello,
I’ve added this code in Global Custom CSS. Please check.
.product-information .email-link {
display: none;
}
Regards,
Robert Hall
Perfect, thank you Robert!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘default.custom.css missing’' has been successfully resolved, and the topic is now closed for further responses