Home Forums WoodMart support forum Notification color

Notification color

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #107476

    mehmet
    Participant

    how can i change all alert and notifications message background color? http://prntscr.com/mkwvgp

    #107525

    Hello,

    The message background is changed by a custom CSS. Add this code to the Theme Settings > Custom CSS > Global

    body .woocommerce-message{
    background-color:red;
    }
    body .woocommerce-info{
    background-color:red;
    }

    Replace the “red” with the color as per your needs. If you find a message which has not changed the color, provide page URL and specify what steps I should take to see it. I will provide CSS for it.

    Best Regards

    #107570

    mehmet
    Participant

    http://prntscr.com/ml74e0

    nothing change.

    #107601

    Hello,

    Please provide your valid site admin access to the private area.

    Best Regards

    #107617

    mehmet
    Participant

    check private area

    #107635

    Hello,

    1. You need to correct your CSS errors otherwise no code would work. http://prntscr.com/mlehwf

    2. Replace the code:

    body .woocommerce-message{
    background-color:red;
    }
    body .woocommerce-info{
    background-color:red;
    }
    body .wpcf7-mail-sent-ok{
    	background-color:red;
    }
    body div.wpcf7-validation-errors{
    	background-color:red;
    }

    Best Regards

    #107642

    mehmet
    Participant

    http://prntscr.com/mlenq2

    nothing change add to cart button. please check your code before sent me.

    #107664

    Hello,

    Please clear your browser cache http://prntscr.com/mlffd5

    Best Regards

    #107670

    mehmet
    Participant

    Thank you Elise,

    You r an angel.

    #107676

    mehmet
    Participant

    https://prnt.sc/mlg6fj

    newsletter ok message still green can you please provide css? thanks.

    other question: how can i change this text with turkish language?

    #107702

    Hello,

    Add this code:

    body .mc4wp-success,
    body .mc4wp-error{
    	background-color:red;
    }

    You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    We suggest you to keep translated files in wp-content/languages/themes/woodmart-pt_PT.po folder.

    Best Regards

    #107716

    mehmet
    Participant

    which plugin is this?

    #107733

    Hello,

    Translation plugin is Loco Translation it is free. https://wordpress.org/plugins/loco-translate/

    Best Regards

    #108004

    mehmet
    Participant

    when i click wishlist button notification color: http://prntscr.com/mmbpdb

    can you provide css

    #108030

    Hello,

    When I delete I see this http://prntscr.com/mmdnso

    When I add I do not see any notifications

    Best Regards

    #108180

    mehmet
    Participant

    can you please provide css: http://prntscr.com/mmq00e

    click favorilere ekle button in sigle product page.

    Can you please provide css: http://prntscr.com/mmq1dh

    thanks.

    #108243

    Hello,

    When I add the product to the Wishlist on the product page I just get to the Wishlist without any notifications. Please provide page URLs

    Best Regards

    #108306

    mehmet
    Participant
    #108331

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global

    body #yith-wcwl-popup-message{
    	background-color:red;
    }

    Best Regards

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