• Theme: FundingPress Version: 4.1.2

    Website URL: http://www.wildgearhq.com/product/alps-mountaineering-big-bear-2700-cu-in-realtree-xtra-196452/

    I’m having difficulty figuring out how to change the CSS on my product pages. I would like to change the color of the “Add To Cart” button to green. I would also like to fix the product description font color and background color.

    The final thing I would like to fix if the double header at the top of the page. I want to remove the header that has white font with shadow borders. I have double headers throughout my product pages, including my categories page.

Viewing 1 replies (of 1 total)
  • Using your Child Theme style.css file, or using a Custom CSS plugin, you can add this code to it to make minor modifications to your theme.

    .woocommerce #respond input#submit.alt, 
    .woocommerce a.button.alt, 
    .woocommerce button.button.alt, 
    .woocommerce input.button.alt {
        background: #63e92a;
    }
    
    .single-product .page-title {
        display: none;
    }
    
    body.single-product .normal-page {
        padding-top: 50px;
    }

    Hope this helps.

    • This reply was modified 9 years, 5 months ago by ThemeSumo. Reason: correction
Viewing 1 replies (of 1 total)

The topic ‘WooCommerce Product Page CSS Difficulty’ is closed to new replies.