This topic has 8 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hi,
I’m using the plugin YITH WooCommerce Wishlist and I modified the top links to display the wishlist link when are connected, can I can get the same appearence like the others links?
https://drive.google.com/file/d/0Bz-q5j1dkUNOWDIwc3ZzNHV3anM/view?usp=sharing
By the way, I have another problem. In the home, when I use a slider products appears a big blank space down. But in a tablet or phone appears well.
https://drive.google.com/file/d/0Bz-q5j1dkUNOaDZIdFNFc1N4Nzg/view?usp=sharing
Hello,
I don’t see Wishlist link in the top bar. Have you removed it?
Regarding the slider, please add this code in custom.css file:
.carousel {
height: 330px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Best regards,
Jack Richardson.
Sorry, please check now.
I still have the same problem with the slider product, I added the code in my custom css and the blank space down appears.
Hello,
I’ve changed the code to
.product-slider {
height: 330px !important;
}
Please check slider now.
Also I’ve added this code for Wishlist link:
.header-links a, .header-links a:hover {
color: #fff;
}
Please check it.
Best regards,
Jack Richardson.
Works fine!!! Thank you.
The word “Lista de Deseos” is not the same font or size, is a little bit different. Is possible to make exact?
Hello,
Please add this css code:
.header-links a, .header-links a:hover {
font: 12px Verdana,sans-serif;
}
Best regards,
Jack Richardson.
Fantastic!!!
Thank you,
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘top links modified’' has been successfully resolved, and the topic is now closed for further responses