Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1335705

    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

    #1335707

    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

    #1335709

    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

    #1335716

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparent buttons’ is closed to new replies.