• I recently switched back to botiga and i remember the store notice bar was black and placed on the top of the page. Now it appears as this weird blue with black text. Is it originally like this? I also can’t find the optimization in the setting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @fartbrat,

    I hope you are doing well today.

    You can control the color by adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .demo_store {
      background-color: #010b11;
      color: #fff;
    }

    Hope that helps.

    Thread Starter fartbrat

    (@fartbrat)

    tried. the dismiss text is blurry. hopefully this option can be customized in the future.

    Thank you for getting back, @fartbrat!

    The dismiss text is blurry

    You can change it with this CSS code:

    .demo_store a {
      color: #ff0000;
    }
    
    .demo_store a:hover {
      color: #fff000;
    }

    Hopefully this option can be customized in the future.

    We hope so. We are going to add it to our radar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘store notice bar’ is closed to new replies.