How to change the colors of the portfolio button in Zelle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
The Portfolio section within the front page of the Zelle Pro theme allows the projects to be opened in a lightbox. At the end of the lightbox, there is a closing button, and its background-color can be changed only with custom code.
Please add the following code in Dashboard -> Appearance -> Customize -> Additional CSS. The second color background-color property is for the hover state.
.zerif-close-modal-button.zerif-close-button-big { background-color: #1e73be; } .zerif-close-modal-button.zerif-close-button-big:hover { background-color: #8224e3; }
The hex value of the desired color can be obtained from one of the controls available in the theme.
That’s it!