Okay
  Public Ticket #1989517
Select option overlaps with product title
Closed

Comments

  • Beedopespzoo started the conversation

    Hello,

    Under the product image, select option overlaps with product title. Please see the attached. Is it possible to make "select option" looking as a button and being under the product image ? Please help. Many thanks. 

  • [deleted] replied

    Hi Beedopespzoo,

    Please add the code below to your Custom CSS area:

    .woocommerce .products .product .item-info a[data-product_id] {
        position: relative;
        display: inline-block;
        border-radius: 5px;
        background: #333;
        padding: 5px 10px;
        color: #fff;
        margin-top: 12px !important;
        top: auto;
        right: auto;
    }

    Have a great Monday!