Hello to all I have the following code below for the all site notice. Though the red background does not work in google chrome.
Any specific issue or possible code I could use. Any idea or help would greatly be appreciated.
p.demo_store {
background-color: #FF0000 !important;
font-size: 2em !important;
text-align: center !important;
color: #000000 !important;
}
body.woocommerce-demo-store #wrap_all {
margin-top: 20px !important;
}
body:not(.woocommerce) .demo_store {
display: none !important;
}
Hey olauno,
Can you screenshot the section that you need to have the red background. I do not see the all site notice.
Best regards,
Jordan Shannon
site notice is on the /shop page will get screenshot and add
thanks for response.
Hi,
Try the following:
p.woocommerce-store-notice.demo_store{
background:#ff0000!important;
}
Best regards,
Jordan Shannon
Attached are screenshots of google chrome and IE with red background doesnt show red in chrome
Jordan,
Much appreciated that worked just fine.
You guys rock
THanks a bunch
Hi,
Great! If you need additional help please let us know here in the forums!
Best regards,
Jordan Shannon