This is for the JA Campaign template
Hi, we are trying to change the ACTIVE back-to-top button. Meaning, the background color like the Sign in button you just helped us with. There is also the one for the Pop Up to close it. How can we change these? for the JA Campaign template
mengler12
For back-to-top button, you can customize this css rule:
#back-to-top:hover, #back-to-top:focus, #back-to-top:active { background-color: #267ffd; color: #fff; }
and change color as you wish.
For the Popup, how you want to change it?
Hi, the same way as the other button colors. Meaning when you hover over the X to close it, it turns blue.
You can use this:
body #popupModal.social-modal .modal-dialog .close:hover, body #popupModal.social-modal .modal-dialog .close:focus, body #popupModal.social-modal .modal-dialog .close:active { background-color: #267ffd; color: #fff; cursor: pointer; }