How do I add my CSS to a variation?

THIS ARTICLE WILL HELP YOU:

Find "Custom CSS" in the Variation Menu

To add your own CSS to a variation so that certain elements on page look different, all you need to do is go under the Snippet Editors > Variation CSS


This CSS is inserted on page in the same location where the main Convert Experiments tracking code is placed. That being said, sometimes, in order to overwrite an existing CSS rule you might need to add !important to your newly added rule:

button.addCart {color:#ff0000 !important}