Home Forums Basel support forum Woocommerce messages changing color?

Woocommerce messages changing color?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #18183

    yvo010
    Participant

    Hi,
    Can you tell me how I can change the colors of the woo commerce notifications?
    https://ibb.co/iXOnXQ

    thanks!

    #18184

    Artem Temos
    Keymaster

    Hi,

    Here is a code snippet that you can add to the Custom CSS to change the color

    .woocommerce-error {
          color: red; /* Change  text color */
        border-color: red; /* Change border color */
    }

    Regards

    #18185

    yvo010
    Participant

    Hi,
    Thanks for the reply.

    i paste:
    }
    .woocommerce-error {
    color: #0000;
    border-color: #0000;
    }
    But the color is still the same

    #18186

    Artem Temos
    Keymaster

    Try this one instead

    .woocommerce-error {
          color: #000; /* Change  text color */
        border-color: #000; /* Change border color */
    }
    #18187

    yvo010
    Participant

    Still no change..

    But it are not errors, it is just a notification.
    maybe another custom css will help?

    #18191

    yvo010
    Participant

    Also I have another question:
    I have a ‘new’page And a ‘sale’ page with a shortcode from woocommerce. Is it possible to add shop-product filters on this page?

    Thanks a lot

    #18200

    Artem Temos
    Keymaster

    Can you please provide us a link where we can see these messages?

    Sorry, but WooCommerce filters work only on the shop page.

    #18207

    yvo010
    Participant

    You must be log in with My account And then you see in cart page What I mean.

    #18217

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .woocommerce-info {
    	color: #000; /* Change  text color */
    	border-color: #000; /* Change border color */
    }

    Regards

    #18225

    yvo010
    Participant

    Thanks for the help. I will try it tonight.

    Can you please help me solve my issue with the product filters on the ‘recent products’ page and the sale page? If it costs money because it is a lot of work for you its not a problem, you can tell me how much?

    #18227

    Eric Watson
    Participant

    Hello,

    Could you please describe in detail your problem or make screenshots so that we can solve this issue.

    Kind Regards
    XTemos Studio

    #18287

    yvo010
    Participant

    Hi,
    Look in the private content

    #18301

    Artem Temos
    Keymaster

    Hi,

    The problem is that WooCommerce products filters work only on the shop page. There is no way to integrate these filters for other pages created with Visual Composer even with the additional custom code.

    Regards

    #18314

    yvo010
    Participant

    Do you know another way to make a page with recent products And sale products? With filters?

    #18319

    Artem Temos
    Keymaster

    As these filters work only on the shop and on product categories pages, you can create a category called “Sale” and put all products with the sale price to that category.

Viewing 15 posts - 1 through 15 (of 15 total)