Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #792072

    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

    #792101

    Hey Oby4455,

    Can you give a link to the page in the screenshot? so we can take a closer look.

    Best regards,
    Nikko

    #792104

    Yes here it is :

    #792115

    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

    #792123

    Thank you! The product description is removed but the arrows are still on the page with the product image as well.

    #792146

    Hi,

    You’re welcome :) this should remove those arrows:

    #top .avia-post-nav {
        display: none;
    }

    Best regards,
    Nikko

    #792457

    Thank you it worked!

    #792631

    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

    #792665

    Yes you can close the topic now! Thank you again :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove arrow side on product page’ is closed to new replies.