Hello,
I have arrows next to each of my product pages. When I hover on them with the mouse I can see a mini description of the product. I want to remove this but can’t find how.
I attached a screenshot in the private content section. Does any one know the Quick CSS code to remove this ?
Thank you so much in advance for your help
Hey Oby4455,
Can you give a link to the page in the screenshot? so we can take a closer look.
Best regards,
Nikko
Yes here it is :
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-post-nav .entry-info {
width: 80px;
}
#top .avia-post-nav .entry-title {
display: none;
}
Let us know if this helps :)
Best regards,
Nikko
Thank you! The product description is removed but the arrows are still on the page with the product image as well.
Hi,
You’re welcome :) this should remove those arrows:
#top .avia-post-nav {
display: none;
}
Best regards,
Nikko
Thank you it worked!
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yes you can close the topic now! Thank you again :)