How to change the color of site title and tagline in Zelle

If you'd like to change the color of Site title and tagline then you can add the following CSS to your WordPress website. Go to Appearance-> Customize ->Additional CSS section and add the code below:

.navbar-inverse .navbar-brand .site-title a {
    color: #3ab0e2;
}
.navbar-inverse .navbar-brand p.site-description {
    color: #3ab0e2;
}
/* For Hover */
.navbar-inverse .navbar-brand .site-title a:hover {
    color: #ffa500!important;
}

You can change the HEX color code to any color of your choice, you can easily generate a custom color on the following website: https://www.hexcolortool.com/

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