Hello there guys,
Can you please kindly assist me in making all the buttons back to normal in the page? The have become transparent.
You may find the links at the private content section, as well as the log in details.
Best regards,
Victor
Hey wtechgr,
Thank you for the link to your site, the transpercey is caused by this css:
body:not(.masterstudy-theme) input[type=submit]:not(:hover):not(:active):not(.has-background) {
background: 0 0;
}
from: /wp-content/uploads/stm_lms_styles/stm_lms.css
to override this please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top #main .main_color input[type='submit'] {
background-color: #259dd9;
}
#top #footer.footer_color input[type='submit']{
background-color: #fff;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello Mike,
Thank you very much for the quick reply.
The css you have provided has solved the issue!
Thanks again for everything!
Best regards,
Victor
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike