Change colors in nonprofit theme

Hello, can help me to change 2 colors in nonprofit theme i attach image to show the colors thank you

Hey Marta,

Thanks for writing in!

NonProfit theme is using custom css for those colors. Please go to X > Theme Options > Custom Css and find this css blocks:

.h-custom-headline hr.accent-2{
    background-color:#f5a623;
}

.h-custom-headline hr.accent-3{
    background-color:#f8e71c;
}

.h-custom-headline hr.accent-4{
    background-color:#b3d430;
}

.h-custom-headline hr.accent-5{
    background-color:#00a380;
}


.styled-quote{
    border:0;
    padding:2.5em;
    font-size:1.25em;
    color:#ffffff;
    background-color:#fd7563;
}

Feel free to change the background color.
You may use this color generator here: https://html-color-codes.info/

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.