Make Zerif big title section button color transparent

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.

In the case you don't have a CSS plugin, we advise you install   Advanced CSS Editor plugin and follow the instructions. In Appearance -> Customize -> Advanced CSS Editor in the "Global CSS" area add the following code that applies to you:

Button background color:

Left button

.big-title-container .buttons .red-btn{
background: rgba(240, 24, 0, 0.27);
}

Left button hover

.big-title-container .buttons .red-btn:hover{
background: rgba(240, 24, 0, 0.80);
}

Right button

.big-title-container .green-btn{
background: rgba(32, 240, 0, 0.27);
}

Right button hover

.big-title-container .green-btn:hover{
background: rgba(32, 240, 0, 0.80);
}

You could generate a color to use in place of our examples by using this website: 

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