Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @kattlegaspi

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woovr-variation-info {
        display: flex;
        flex-direction: column;
    }
    
    .woovr-variation-info > div {
        order: 5;
    }
    
    .woovr-variation-info .woovr-variation-name {
        order: 1;
    }
    
    .woovr-variation-info .woovr-variation-description {
        order: 2;
    }
    Thread Starter kattlegaspi

    (@kattlegaspi)

    It worked, thank you. Btw how can I change the color of checked radio button?

    • This reply was modified 3 years, 3 months ago by kattlegaspi.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change description and price position’ is closed to new replies.