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

    Hello everyone,

    We are currently testing Enfold with Woocommerce and have encountered a problem with the buttons.

    We would like the buttons on the website to look uniform (color, font, etc.).
    Unfortunately, I can’t find a solution for this use case in the documentation.
    Is there a kind of global style that can be defined?

    The buttons on the store page look completely different from those on the product page itself. The entire styling here is “wrong” or Enfold Standard as it seems.

    Here it also looks to me that there are two buttons.
    “To product” and ‘Show details’.
    There should only be one standard button here.

    Thank you for your help.

    #1466606

    Hey Martin,

    I’m not sure I fully understand what you are looking to change. Could you share a screenshot highligting your intentions please?

    Best regards,
    Rikard

    #1466610
    This reply has been marked as private.
    #1466698

    Hi,

    Thank you for the screenshots.

    You can use this css code to adjust the style of the product buttons in the shop page.

    #top .main_color .avia_cart_buttons .button {
        color: white;
    }
    
    #top .main_color .avia_cart_buttons {
        background: rgb(195, 26, 57);
    }

    If you’d like to adjust the initial opacity of the buttons, please add the following css code:

    .avia_cart_buttons {
        opacity: 0.8;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modifications.

    Best regards,
    Ismael

    #1466758
    This reply has been marked as private.
    #1466777

    Hi,

    Thank you for the update.

    thanks for your answer. but I don’t quite understand the button yet

    The first button allows the users to add the products directly to the cart, while the second button should redirect to the actual product page with all the details and information.

    Best regards,
    Ismael

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