This topic has 6 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi,
When I hover on “My Account” in the header, it lists all the websites pages. How can I fix this?
Also, for the New product Carousel at the bottom of the home page, how do I adjust the Product Title, Price and Add to Cart?….they seem large. And the “View More Products” at the corner of the Carousel is behind the Separator Line. Can I adjust this?
Thank you!
Hello,
Please add this code into custom.css file:
.slider-container .show-all-posts {
top: -5px;
}
.slide-item .product .product-name, .slide-item .product .price {font-size: 13px;}
a.button.etheme_add_to_cart_button.product_type_variable {
font-size: 10px;
}
To hide the menu of “My Account” link add this code into custom.css:
.submenu-dropdown {
display: none;
}
Thank you.
Regards,
Eva Kemp.
I don’t want to hide the My Account, just not sure why all the categories are listed when you put your cursor over it?
Will try the code…
Hello,
It’s displayed because you marked to show menu on the Account menu:
Thank you.
Regards,
Eva Kemp.
Ahhhh thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘My Account’' has been successfully resolved, and the topic is now closed for further responses