This topic has 8 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler
Can the complete product name be shown when hovering the mouse over it?
Hello, Catholicans,
Please provide a screenshot of where the product name is not fully shown.
Kind Regards,
8theme team
I want the product name to fit in one line, but when I did this, it was cut off. I want it to fully display when someone hovers over it with their mouse, while still being limited to one line.
Screenshot: https://snipboard.io/4D7j0E.jpg
Hello, Catholicans,
Please try to use the next custom CSS code:
.content-product:not(:hover) .product-title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Kind Regards,
8theme team
Can I display the full name of the product while hovering on ‘Add to cart’ button instead of the above?
Screenshot: https://snipboard.io/G90Bxt.jpg
Hello, Catholicans,
There is no such possibility, unfortunately.
Kind Regards,
8theme team
.content-product:not(:hover) .product-title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
I am experiencing difficulty in setting the product name to display in two lines while using the code mentioned above. I would like to format the product name to appear on two lines and also have the full name of the product appear when the user hovers over it
Hello, Catholicans,
In such case you may use next options set -> https://prnt.sc/iXPGE4stwbSZ + add custom CSS
.content-product:hover {
--product-title-lines: '';
}
Here is the result you can get -> https://gyazo.com/0fc3f4dbe423f4f540401bab7d057f1b
If you require additional customization, it is always possible to contact campaigns that offer such options: https://wpkraken.io/?ref=8theme.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up