Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #926821

    Hello the forum
    How can I modify the bottom link and moving it at the top position inside the thumbnail product? (Woocommerce I guess)
    Like it is shown in the 3rd thumbnail in that screenshot.

    And 2nd question, how can I remove the link inside the picture? I need only one, the one in the text field is enough
    Or even better, how can I change the link inside the picture without changing the one in the text field?

    Thx for all of your tips…

    • This topic was modified 6 years, 9 months ago by rvga.
    #927898

    Hey rvga,

    Thank you for using Enfold.

    Please use the following css codes to move the product buttons.

    .avia_cart_buttons {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10000;
        opacity: 1;
    }

    The product image is inside the product container or link container so you can’t disable the link.

    Best regards,
    Ismael

    #928032

    Thx Ismael.
    I’ve tried to change colors of the text and background without success :(
    I thought this code would work:

    .avia_cart_buttons {
        color: orange;
        background-color: black;
    }

    Any clue for doing this please?

    #928385

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #928450

    Oops Sure Rikard you’re right. Here it is:
    http://nrc-bio.com/

    I’d like to change the color of the text and the background of a Woocommerce button element.

    • This reply was modified 6 years, 9 months ago by rvga.
    #929356

    Hi,

    Where is that on your web site?
    I do not see it anywhere?

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.