How to change the colors of the portfolio button in Zelle

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!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us