Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1148778

    Hello,

    I have searched in Advanced Styling but don’t see where I can change the button styling for WooCommerce products to be transparent and then change to color fill once selected.

    Basically I’m trying to make the button transparent and when selected it does a color fill. Thanks for any assistance.

    I have some examples.

    #1148893

    Hey xynapse,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocombo-entity-wrapper .button {
      background-color: transparent;
    }
    
    .woocombo-entity-wrapper .active {
      background-color: #65bd40;
    }

    Best regards,
    Rikard

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