Heres a quick video to show how to easily change the background color the best seller highlight in the event you are not happy with the default yellow background:


https://www.loom.com/share/cc88fd53bf9e440c8a8c96ad6a3c096a


Some basic CSS coding skills may be necessary, you will need to copy the selector using the Chrome Inspector panel (instructions in video).


Use the selector along with CSS code to change background color to your choice.


We recommend using a HEX code to narrow down your color as close as possible.


Here is the code you'll most likely be using in your CUSTOM CSS SETTINGS on your ClickFunnels Order Page:


#tmp_orpo-28746 > form > table > tbody > tr.clearfix.elOrderProductOptinProducts.elOrderProductOptinProductName.best-seller.activeRadioProduct > td.pull-left.elOrderProductOptinTableProductName

{ background-color:  #36f74d;  }


#tmp_orpo-28746 > form > table > tbody > tr.clearfix.elOrderProductOptinProducts.elOrderProductOptinProductName.best-seller > td.pull-left.elOrderProductOptinTableProductName

{ background-color:  #36f74d;  }


Updates may be needed for your tmp_orpo titles and background colors.