Brand logo size and link on Brand logo
-
Hello.
Please, how can i set brand logo size?
And can i disable link on brand?
Thank you very much.
Attachments:
You must be
logged in to view attached files.
Hi MatoZato,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-product-brands img {
max-width: 190px;
}
div.wd-product-brands a{
cursor: default;
}
Regards,
Thank you. Size Work.
But when i add code:
div.wd-product-brands a{
cursor: default;
}
I still have a link o Brand icon.
I need disable link on Brand.
Thank you very much.
Hi MatoZato,
Please use below code:
div.wd-product-brands a{
pointer-events: none;
}
Regards,