How to edit a default css file on theme - by La Tienda Vinos

This topic has 5 replies, 3 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler

  • Avatar: La Tienda Vinos
    La Tienda Vinos
    Participant
    March 2, 2022 at 18:14

    xstore/css/modules/woocommerce/pages/special-cart-breadcrumbs.css

    i have this file .. i want to change the breadcrumb background color.. but i dont want to reply this file. where can i found this option? how to do that?

    4 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 3, 2022 at 02:36

    Hello, 

    Thank you for contacting us.
    You don’t need to change or touch any CSS file for changing breadcrumb color, You could change your bread crumb color easily from Appearance > Customize > Breadcrumb and try to find Background Color option.

    Regards

    Avatar: La Tienda Vinos
    La Tienda Vinos
    Participant
    March 3, 2022 at 18:15

    but it doesnt works…
    my background on checkout is white

    im using DRINKS Theme.
    and my breadcrumb background TRANSPARENT

    Avatar: La Tienda Vinos
    La Tienda Vinos
    Participant
    March 3, 2022 at 19:29

    same problem with popup added to cart.. there is no place where change colors…

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2022 at 09:37

    Hello,

    Add custom CSS code in Theme Options > Theme custom CSS > Global, for example:

    .cart-checkout-nav {
        background-color: transparent !important;
    }
    .cart-checkout-nav .active {
        color: white !important;
    }

    Regards

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.