• I am using WooCommerce and I have to do a very simple task. I am trying to change the colour of the breadcrumb on the Store page. But it is not changing.

    SCSS

    
    body.woocommerce .site-inner div.breadcrumb span.breadcrumb-link-wrap a {
    	text-decoration: none;
    	color: black;
    }

    I have tried other variations of the styling but somehow I am not able to change the style.

    I am able to change the style in the inspect window, but not through the CSS file. Please suggest if there is some other step to change the CSS for WooCommerce pages

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

  • The topic ‘Not able to apply custom style to WooCommerce page’ is closed to new replies.