And I also wannar change the color of this portion only not the navbar
Hi Saswata,
Thank you for reaching out to us. To change the color of your footer links just add the following code in the Theme Options > CSS:
.widget ul li a, .widget ol li a {
color: #fff !important;
}
I see you have an active cache plugin so don’t forget to clear all caches including your browser’s cache after adding the code so you can see changes on the front-end right away. Let us know how this goes!
Thanks, man, But can help me with this portion too?
Or is it possible to change the background color of both the section too?
Hello, Nabeel
After added that code my sidebar widget text color also change and that result nothing to show on sidebar
Hi Saswata,
Please update the provided CSS code to this so it won’t affect the sidebar.
footer .widget ul li a, footer .widget ol li a {
color: #fff !important;
}
To change the text color of the lower portion of the footer, please add this to Theme Options > CSS
.x-colophon.bottom .x-colophon-content,
.x-colophon.bottom .x-nav li a,
.x-colophon.bottom .x-social-global a {
color: #fff;
}
After adding/updating the custom CSS, remember to clear all your caching features and optimizer (plugin, server-side, CDN, and browser’s cache) to see the changes immediately.
Thanks,
thnx friech,
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.