• Lots of traffic on the Store Notice feature but I can’t find assistance for fixing the dismiss button itself. The button doesn’t appear to have a transparent background and its text and the area around it doesn’t change with the rest of the background/text in the store notice. Thus when I changed the background to blue and the text to white to match my theme the button text background/text stays blue, is hard to read, and looks ugly.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ross V. a11n

    (@rossviviano)

    Automattic Happiness Engineer

    Hi there!

    Adding the following to your Customizer’s Custom CSS area should help:

    
    @media (min-width: 768px)
    .demo_store a {
            background: rgb(2, 136, 237);
            color: white;
    

    Best,

    Ross

    • This reply was modified 6 years, 6 months ago by Ross V. a11n.
    Thread Starter Dr. John Elcik

    (@jelcik)

    Ross, you are awesome! It looks perfect. Thank you. – John

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Store Notice Button Image Issue’ is closed to new replies.