I am making changes to the template in the css but nothing I change is retained in the iframe code that is generated. Am I missing something here? Access has already been granted for a week to OrgID 00D37000000Q0B6.
Thank you
Thank you
/* Buttons Styles */ .CPEF .btn-add-custom{ color: #333333!important; /* add button font color */ background-color: #f5f5f5; /* add button background color */ } .CPEF .btn-add-custom:hover{ background-color: #E8E8E8; /* add button hover background color */ } .CPEF .btn-custom{ color: #E5F7FF!important; /* continue, process, cancel, ok button font color */ background-color: #51a451!important; /* continue, process, cancel, ok button background color */ } .CPEF .btn-custom:hover{ color: #E5F7FF!important; /* font HOVER color for CONTINUE, PROCESS, CANCEL, OK button */ background-color: #449244!important; /* continue, process, cancel, ok button hover background color */ } .CPEF .btn-copy-custom, .CPEF .btn-load{ color: #FFFFFF; /* copy & load button font color */ background-color: #faa732; /* copy & load button background color */ } .CPEF .btn-copy-custom:hover, .CPEF .btn-load:hover{ color: #FFFFFF; /* copy & load hover font color */ background-color: #f89406; /* copy & load button background HOVER color */ } .CPEF .btn-sold-out .text-error{ color: #b94a48; /* sold out button font color */ }
Comment