Anyone knows how to change the button color on the newsletter at the footer on the venue theme.
There have been posting about this for other themes and I have tried to use the codes for the venue theme but it does not work.!
Anyone can help?
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.newsletter--dark .newsletter__btn{
background-color: #3139bd !important;
}
You can change the color code above as per your need. Hope this will work.
Thanks!
This is an accepted solution.
Thanks, the code didn't work. but I was able to use what you gave me and modify it to work. Thanks so much!
Here is what I used:
.section--footer .newsletter .newsletter__btn{
background-color: #44B8FC !important;
}
This is an accepted solution.
Thanks for the correction !!
Hope this will useful for others.
Thanks again.
User | Count |
---|---|
551 | |
208 | |
125 | |
83 | |
44 |