• Resolved boabo

    (@boabo)


    Hi, how to remove the box-shadow around button (in popup modal and bottom banner) ? Shadow displays after changing brand color. I tried several css without success. thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter boabo

    (@boabo)

    sorry, it’s due to my theme ??

    Thread Starter boabo

    (@boabo)

    Still, there must be a solution such as

    .moove-gdpr-infobar-reject-btn gdpr-fbo-1 {
    box-shadow: none;
    }

    … no way to remove box-shadow. I’m using bottom banner

    Thread Starter boabo

    (@boabo)

    SOLVED

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {

    box-shadow: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove box-shadow’ is closed to new replies.