Recent posts in footer background colour

Dear Themeco

Hope you can help.

I am trying to set the footer up, but I cannot change the white background of the ‘Recent Posts’ widget from white to the main colour. Any ideas?

Hope this screen shot helps describe what I mean:

Many thanks in advance.

Regards,

Ali

Hey Ali,

Thanks for the very detailed post information. To resolve your issue, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

.widget.widget_recent_entries,
.widget.widget_recent_entries ul, 
.widget.widget_recent_entries ol {
    background-color: transparent;
}

Hope this helps. Please let us know how it goes.

Hi RueNel

Thanks for your prompt response.

I have put in this CSS, but it it still the white background on the widget. I’ve probably done something wrong!

Screenshot of CSS panel:

Many thanks again for your support.

Regards,

Ali

Hey Ali,

The code is correct. There must be something or other codes that prevents it to take effect. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

Thank you in advance.

Hi details sent in secure note above.

Regards,

Ali

Hey Ali,

Thank you for providing the credentials. Please change the previous code to this:

.widget.widget_recent_entries,
.widget.widget_recent_entries ul,
.widget.widget_recent_entries ul li, 
.widget.widget_recent_entries ol {
    background-color: transparent !important;
}

Cheers!

Hey Nabeel

Thank you so much - that works great.

Is it possible to change all footer widgets via CSS to be white - e.g. the widget title “RECENT POSTS”, “ABOUT ICAIA” etc and the text beneath so that all text in the footer is white?

Many thanks for your ongoing support.

Hi again,

Please add the following code in your Customizer as well:

footer p, footer h4 {
    color: #ffffff !important;
}

Let us know how this goes!

Superb - thank you again for the first class support.

You’re most welcome.