On the Ensure Template my template.css file looks like this for the default buttons when using inspector:
body .sppb-btn.sppb-btn-default{background-color:#fff;color:#4448e0;box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.2)}
When I got to my template.css file it has this which is correct:
.sppb-btn.sppb-btn-default{background-color:#fff;color:#2a88ff;box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.2)}
can anyone tell me why this is happening?
I did see the color:#4448e0 is lastly used in the options.xml file and so I changed that but still no luck.
Please advise.
Thank you!