• Good morning,

    I use the “Product Add-ons & Extra Options” extension.

    I would like to change the background color of the box that displays the order total.

    Using custom CSS, I was able to change the background where there is the text “order total” and the background where the price is written but I cannot change the background color of the rest of this line, the part on the right, after the price.

    Here is the link to a page on my site where this is displayed. See, there is still a white frame to the right of the price: https://annelandoisfavret.fr/produit/archi038/

    Thank you in advance for your help.

    Anne LANDOIS-FAVRET

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hello there,

    please add following CSS code and let us know if you can achieve your goal ??

    #wapo-total-price-table {
        background-color: #181819;
    }
    Thread Starter annelandoisfavret

    (@annelandoisfavret)

    Good morning,

    Thank you for your reply.

    Unfortunately, I already tested this piece of code and it doesn’t work.

    I found this strange since in the code inspector of my browser, I had seen this ID and I said to myself that it was really him who managed this.

    If you have another idea, I would be delighted.

    I should point out that this white frame is only visible in the desktop version, not mobile.

    Thanks in advance.

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    I checked and the CSS rule my colleague shared with you is working fine.

    Did you add it on Appearance > Customize > Additional CSS ?

    If yes, try to see if adding an important rule, you will force the CSS rule to be enabled only for our plugin

    #wapo-total-price-table {
        background-color: #181819 !important;
    }

    Please, try it and let me know.

    Have a good day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background color of the box that displays the order total’ is closed to new replies.