Change colors - by Tikaf Boubou - on WordPress WooCommerce support

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

  • Avatar: Tikaf_Boubou
    Tikaf Boubou
    Participant
    August 27, 2019 at 22:43

    Hello, I would like to know how to change the color of the menu: panier / confirm my order / status of the order. ?
    thank you

    Please, contact administrator
    for this information.
    13 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 07:14

    Hello,

    Theme Options > Breadcrumbs > Breadcrumbs title font http://prntscr.com/oyh8hy > http://prntscr.com/oyh8kv
    This code can be added in Theme Options > Custom CSS:

    .cart-checkout-nav .active, .cart-checkout-nav .active + .delimeter {
        color: red;
    }

    http://prntscr.com/oyh95z

    Also, you can disable “Special breadcrumbs on cart, checkout, order page” in Theme Options > Breadcrumbs.

    Regards

    Avatar: Tikaf_Boubou
    Tikaf Boubou
    Participant
    August 28, 2019 at 12:18

    Thank you for your answer and I wanted to know how to change these 2 other colors? please

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 12:22

    Hello,

    1)

    .footer .widget-title {
        border-color: #bd9b8f;
    }

    2) Please provide URL of the page.

    Regards

    Avatar: Tikaf_Boubou
    Tikaf Boubou
    Participant
    August 28, 2019 at 12:55
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 13:05
    form.wpcf7-form .wpcf7-submit:not(.active) {
        background-color: #90705a;
        border-color: #90705a;
    }
    form.wpcf7-form .wpcf7-submit:not(.active):hover {
        background-color: rgba(144,112,90,0.9);
        border-color: rgba(144,112,90,0.9);
    }

    Regards

    Avatar: Tikaf_Boubou
    Tikaf Boubou
    Participant
    August 28, 2019 at 13:26

    Great, it’s good. last question: how to change this color?

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 13:37

    Theme Options > Footer > Footer styling > Footer text color scheme > Dark and delete this code – http://prntscr.com/oyn7g1
    > you will get – http://prntscr.com/oyn83g

    Regards

    Avatar: Tikaf_Boubou
    Tikaf Boubou
    Participant
    August 28, 2019 at 14:02

    we can not put a custom color other than white or black?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 14:06

    You can use custom CSS for this:

    .footer .widget-title {
        color: #b27c55;
    }

    or create the footer using a static block and you will be able to use WPBakery Page Builder to edit the content of this area., for example, https://youtu.be/hmsxW5KF9dg

    Regards

    Avatar: Tikaf_Boubou
    Tikaf Boubou
    Participant
    August 28, 2019 at 14:39

    thank you I wish to inform you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2019 at 14:41

    You’re welcome!
    Let us know if you need any further assistance.

    Regards

    Avatar: Tikaf_Boubou
    Tikaf Boubou
    Participant
    August 28, 2019 at 21:28

    I did the static block method and it’s much better.
    thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 29, 2019 at 07:21

    My pleasure 🙂
    Have a nice day.

    Regards

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

The issue related to '‘change colors’' has been successfully resolved, and the topic is now closed for further responses

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