• Resolved menno73

    (@menno73)


    On the right side there is a triangle, how can we remove this?
    Thank you in advange.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author oneteamsoftware

    (@oneteamsoftware)

    in this style: https://www.030mm.nl/wp-content/themes/Divi/style-cpt.css?ver=4.9.3

    You have the following CSS rule:
    .et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td.value span:after {
    border: 6px solid transparent;
    border-top-color: #666;
    content: “”;
    display: block;
    height: 0;
    margin-top: 3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
    width: 0;
    }

    I will suggest to add another CSS that cancels it out or to adjust that one. Perhaps you can even remove it.

    Thread Starter menno73

    (@menno73)

    Thank you it is the solution!

    Plugin Author oneteamsoftware

    (@oneteamsoftware)

    Glad that it worked. Let us know if you will have any further questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘On the right side there is a triangle’ is closed to new replies.