Spring Offer Is To Get WP Bundle of 65+ Themes At 15% Discount " TPRIDE15 "   
Get Premium WordPress Themes At 20% Off "GETPRO20"

Changing few things in the Product page of Car repair theme

HOME Forums Support Changing few things in the Product page of Car repair theme

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5977
    Lachezar Nenkov
    Participant

    Hi,

    I would like to change the following things in the product page of my website:
    – to change the default green color of the price and the Categories to my orange color – #F07D05
    – to remove “Add to cart” button
    – to remove “Recent posts” and “recent comments” from everywhere
    – how to change the background color of the product pages?

    Here is the link to the product page: https://lacommerce.bg/product/jcb-801-8-cts/

    Thank you in advance!

    Regards,
    Lachezar Nenkov

    #6019
    support
    Participant

    Hi,

    Add the below CSS code in the additional CSS.

    .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
        color: #F07D05;
    }
    span.posted_in a {
        color: #F07D05;
    }
    button.single_add_to_cart_button.button.alt.wp-element-button {
        display: none;
    }
    .shop {
        background: red;
    }

    3. Go to Dashboard >> Appearance >> Widgets >> Sidebars >> Here you will get post and comment delete from there.

    Many Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Translate »