Change Widget CSS

Hi there, i couldn’t find anywhere a place to esit the CSS of the widgets that came with the theme.

I’ve already asked the support to change de color of the footer but i had no return.

So i’m tryingo to do myself, but the theme limits the user a lot.

I searched the style.css but it’s strangely smaller then other themes.

How can i edit the color of the widget and change the details in blue (including footer)?

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path to change the color of the footer.

Admin Area -> Appearance -> Customize -> Additional CSS

/*footer site info color*/
.site-info {
    background-color: #0065d8;
    color:red;
}
/*footer widget color*/
.site-footer {
    background: #0e0050;
    color: #777;
}

Best Regards,
Support

Hi, good morning,

I copied the code exactly like you said and pasted it in the Additional CSS but it didn’t worked :frowning:

Any ideas?

Best regards,
User

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

catacrese.com.br

I’m trying to change the footer color and any details in blue. I want my primary colors to be black, white and gray.