• Resolved tannercbd

    (@tannercbd)


    Hello all,

    I would like to move my product title above the picture on mobile. I have tried a few custom css codes, but nothing is working. May someone please share the custom CSS code with me to do this.

    Also, I entered in this code:

    .woocommerce-Price-amount {
    		display: none
    }
    
    .price {
    	display: none;
    }
    

    To get rid of the awkward pricing on the product pages, but it also took it off the “shop” page. How do I fix this?

    THANK YOU!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tannercbd

    (@tannercbd)

    Update:

    I fixed the pricing problem, but now I have a new one. When I use the code:

    
    }
    
    .price {
    	display: none;
    }
    

    It not only takes away the $200-$3,000 part under the product title that I want gone. It also takes away the price under the part where you pick which variable of the product you want or the “true price”. How do I keep the “true price”, but get rid of the price under the product title?

    Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    @tannercbd Try the following code instead:

    p.price {
    	display: none;
    }
    AJ a11n

    (@amandasjackson)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move product title above image’ is closed to new replies.