• Resolved zla520

    (@zla520)


    I cannot modify the background color, it seems to be controlled by another css style. Is there any way to modify it? I searched the css file of the entire site, but couldn’t find the css file with the same code.
    .pisol-ppscw-alert {
    background-color: #cccccc;
    color: #000000;
    }

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

Viewing 15 replies - 1 through 15 (of 27 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    Add the below CSS code in your site Appearance > Customizer > Additional CSS
    (in this we have made the Background color red you can change the color as per your need in the below css then add the code)

    
    .pisol-ppscw-alert {
    background-color: #ff0000 !important;
    color: #000000 !important;
    }
    
    Thread Starter zla520

    (@zla520)

    Thank you very much, my problem has been solved.
    Another question, how do I hide the button to switch location, because it automatically locates the country through the IP address.

    Thread Starter zla520

    (@zla520)

    There is another question, how to display the current country in [Message shown above the available shipping method list]. Since the country is automatically located by IP, how to cite the location in this text?

    E.g:

    United States Shipping Method:
    *Free Shipping via USPS (Estimated Delivery 4-10 Day)

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Sorry there is no option to show the country name in the message

    if you want to hide the button you can hide it by this CSS code

    
    .pisol-shipping-calculator-button{
    display:none;
    }
    
    Thread Starter zla520

    (@zla520)

    Is there a way to add countries? Directly quote WooCommerce countries. I believe this feature is useful to everyone.

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Right now there is no option for that will think over it and see if we can add an option of short code that you can use in the message to show the country name

    Thread Starter zla520

    (@zla520)

    Looking forward to this feature. If there are new developments, please let me know. Thank you.

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Will let you know

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    We have released a new version to today in that we have given the option of using short code [country] for the top message

    View post on imgur.com

    Thread Starter zla520

    (@zla520)

    thank you very much. This is really good news.

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Your welcome

    Thread Starter zla520

    (@zla520)

    Hello, I found that it has a problem, country: it is Chinese characters.

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    please send us the site link and what country to select to see the issue

    Thread Starter zla520

    (@zla520)

    It doesn’t matter, I found that it is changed according to the default language set in my backend.

    Thread Starter zla520

    (@zla520)

    Another question is how to set its position between the product variable and adding it to the shopping cart. https://babyamy.store/product/cool-360-cooling-cryolipolysis-machine/

Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘I cannot modify the background color, it seems to be controlled by another css s’ is closed to new replies.