Color in checkout page

Hi there,
I changed all the colors in the theme option but there is still a bar that doesn't change color

Can you please tell me where is this setting, not to have that bar in blue?

Thank you


Comments

  • Hi,
    Please always attach a link to your website so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    Thanks
  • Hi Phil
    I opened this ticket through your private messaging system and gave there all the information so that you can see my website...
    Can you please check?
    All the info to acces my website are there. I've sent them many time, too

    Please let me know
    Thank you
  • Sorry, but we have big amount of topic everyday, and we cannot remember every person :(
    Moreover, one person can has couple of websites, and that is why we always ask for link.
    But I found your website :)

    Please, try to use the following Custom CSS Code
    .woocommerce-info .alert_icon{
    color:red !important;
    }
    Best regards
  • Hi Phil!
    Thanks for your answer.
    The code works for the ? icon but not for the background which is still blue.
    I needed a code for the background ... 
    Can you 'please let me know?
    Thank you!
  • Sorry, I tought that you want to change the question mark only because arrow was pointing it.
    Please, try the following Custom CSS Code instead
    .woocommerce .alert_info{
    background: red!important;
    }
    Thanks
  • Great Phil
    It works!
    thanks a lot!
Sign In or Register to comment.