• Resolved V0ld3m0rt

    (@v0ld3m0rt)


    Hello burakkaptan, your theme is great. I am playing with it and probably use it live, but I have found one problem. When I change default product in woocommerce plugin to external product, the button is not styled. I am trying to find, how to fix it, but I can’t find it. Anyway, It will be good for you to know about it. See screenshot https://s2.postimg.org/ib57zj26h/bug.jpg

Viewing 1 replies (of 1 total)
  • Thread Starter V0ld3m0rt

    (@v0ld3m0rt)

    I fixed it ?? sorry to bother you. I just added into style.css

    .shop-wrapper ul.products li.product .product_type_external {
      display: block;
      background-color: #0072e9;
      padding: 5px 10px;
      color: white;
      margin-top: 10px;
      padding-right: 25px;
      position: relative;
    }
    .shop-wrapper ul.products li.product .product_type_external:hover {
      background-color: #707070;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘External product button bug’ is closed to new replies.