I think I did it!
I found where the Email forms are stored and was able to assign a custom class in there finally. And then I used CSS to change the look of the button.
.sub-mailing-list-footer-1 .submit{
background-color: #FFBA00 ;
}
.sub-mailing-list-footer-1 .submit:hover {
background: #A7D2FF ;
}
.sub-mailing-list-footer-1 .submit
{
color: #000000 ;
}
.sub-mailing-list-footer-1 .submit
{
text-shadow: none;
}
So, I changed the background color, the hover color, the text color and removed the drop shadow. Did I do this correctly? Thanks!
Now where I found âEmail Formsâ just a few minutes ago in the menu on the left hand side of the backend is missing. Whatâs going on? I need to enter the MailChimp API key. Please help me. Thank you.
Hey Doren,
I am the one who is checking a while ago to troubleshoot your website but it seems some of the links in the dashboard are hidden.
Also to access the email forms, you can visit the link in the secure note.
Thank you.
Awesome! Thank you! That was the link I was looking for! And I think my problem has been solved. I would like to note that I could only add a CSS Class from within the actual Themeco Email Form edit page. I could not add via Appearance-Widgets-Advanced. It might be helpful for others to know this as well. Thanks!
Hey Doren,
Youâre most welcome!