I am trying to change the formatting of the product selection buttons ( AppContentProductFormAcquireButton0 etc.).
It appears the buttons are members of the class ProductLine. However if I try to change the formatting of either the class or the individual button id I cannot modify the background colour.
For example if I add the following CSS:
.ProductLine {
background-color: #ff005b;
color: black;
}
Text colour changes to black as expected but the background colour remains grey not pink.
Any ideas?