Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #801224

    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;
    }

    #801229

    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

    #801235

    site notice is on the /shop page will get screenshot and add

    thanks for response.

    #801238

    Hi,

    Try the following:

    p.woocommerce-store-notice.demo_store{
    background:#ff0000!important;
    }

    Best regards,
    Jordan Shannon

    #801244

    Attached are screenshots of google chrome and IE with red background doesnt show red in chrome

    #801247

    Jordan,

    Much appreciated that worked just fine.

    You guys rock

    THanks a bunch

    #801249

    Hi,

    Great! If you need additional help please let us know here in the forums!

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce All site notice CSS not working in Chrome’ is closed to new replies.