Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422471

    gregrev
    Participant

    Hi,
    I am trying to remove the $449 blue price (see attachment). It comes up as woocommerce-variation single_variation and when I change display:block to display:none in the Chrome Developer tool, it takes care of my issue. What kind of code should I put in the global CSS to make it go away?
    Webpage is: https://azaltitudetraining.com/product/7-days-running-camp/
    Thank you much.

    Greg

    #1422710

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .woocommerce-variation-price {
    	display: none;
    }

    Hope this helps.

    Cheers!

    #1423067

    gregrev
    Participant

    Awesome! Thank you, you guys are the best, as always!

    #1423240

    Prasant Rai
    Moderator

    Thanks for the good words. It means a lot to us.