Okay
  Public Ticket #1927642
How to change the banner's colours
Closed

Comments

  •  1
    doyoung123 started the conversation

    Hi!

    I tried to change the colours of the promotional banner. But they don't seem to be effective. Appreciate if you can advise there is somewhere else I can do so from frond-end builder. Thank you.

  • [deleted] replied

    Dear doyoung123,

    If you want to change the background color of this promo banner, you will need to add some css code to Custom Style, go to admin MGS -> Theme Settings -> Custom Style then add this css code to textarea:

    .banner-v7 .promobanner .overlay {

        background-color: #5d6aa1;

    }

    you can replace #5d6aa1 with your color

  •  1
    doyoung123 replied

    Hi, 

    Am I doing it right? Because the banner colour stays the same as before.

    Thank you.

  • [deleted] replied

    Hello

    Please select store view you are using before adding custom css

    https://prnt.sc/mwovaz

  •  1
    doyoung123 replied

    Sorry to trouble you, I've done accordingly, but still not working. Appreciate if you can do that for me? Thank you very much :)

  • [deleted] replied

    Hello 

    :) Seem your css applied to the frontend, perhaps there is server cache or something so that you need to wait some time to see the changes