Hello,
First thank you in advance for your support.
What i’m trying to do is lower the buttons down on the image and also possibly change the color. The right one is outline only and I need it to be solid. How can I do this?
Site: purecore.co
Hello,
First thank you in advance for your support.
What i’m trying to do is lower the buttons down on the image and also possibly change the color. The right one is outline only and I need it to be solid. How can I do this?
Site: purecore.co
hey there
Hope you are having a good day and thank you for your question
Please add this CSS in appearance - customize - additional CSS
.small-screen .top-parallax-section {
position: relative;
top: 40px;
}
.btn-white:hover, .image-bg .btn:hover {
background: #3aa730;
border-color: #3aa730;
color: #ffffff;
}
.btn-white, .image-bg .btn {
color: #fff;
border-color: #3aa730;
background: #3aa730;
}
Thanks!
Colorlib Support Team