One more question. I would like to put a Mailerlite sign up form in my footer, but I would like it to match the style of the other OceanWP widgets. Is there a way to do that?
Hello,
I tried using the solution on https://ww.wp.xz.cn/support/topic/change-read-more-button-color?replies=8#post-8635169 and I was able to change the color and hover color of the button, but I still can’t change the border color of the button. The code I am using is:
.pt-cv-readmore:hover {background: #cc7a00 !important}
.pt-cv-readmore {
border: 1px solid #ff9900 !important;
background: #ff9900 !important;
}
Is there something I’m missing? Thanks!