Change Color coded template.

I want to change the background color of “AANBIEDING” (=OFFER) also remove “belastingen inbegrepen.” (=taxes included). It is a partly coded theme. What words should I search for, and on which map?

All help is appreciated!

1 Like

Hello @Millione .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

1 Like

Hi, Thanks for your quick response.

Anivera.nl

1 Like
  • Here is the solution for you @Millione
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.badge.price__badge-sale {
     background: rgba(0, 128, 1, 1) !;
}
.product__tax.caption {
    display: none !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like

Nice! The Tax included is gone!

The color is still purple from the “aanbieding”/“offer”. What is the issue, in your opinion?

1 Like
.badge.price__badge-sale {
     background: rgba(0, 128, 1, 1) !important;
}
.product__tax.caption {
    display: none !important;
}

Can you try add this code again @Millione

1 Like

Hi, man or woman, you are insane. I wish you all you work for!

1 Like

Hello. I am a real man. Glad to help you. Have a nice day.

1 Like

Hi, i have this problem at the a collection page also. Can i Get rid off “vanaf” and also change the color of “aanbieding” to black? Big Thanks!