This topic has 10 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi, The custom css appears not to be working. I have changes the name of the default custom css file to custom css and enabled the custom css file in Theme Options. However, no matter what code I place in the custom.css file via Appearance – Editor, the changes do not appear on my site.
Also the widgets I have placed in the Primary Widget Area are appearing in the footer area on the Single Product Pages. I have the Primary Widget Area displayed on the Home Page but don’t want it to appear anywhere else. Is there any way to remove them from the Product Pages.
And the last question, how do I change the colour of the widget text in the footer. At present the text is grey on a black background and very difficult to see. I would like to change it to white.
Your help would be appreciated.
Thank you
Hello,
1. Are you sure the code you insert in custom.css is correct?
Could you please give an example what you want to change and what code you use?
2. Please provide us with wp-admin panel credentials in Private Content to check the issue with the footer.
Thank you.
Regards,
Eva Kemp.
Hi, I had copied the code that you gave to others who had the same problems as I did but for some reason it took many hours for my website to implement the changes. I added other code last night and the changes appeared this morning. It is slow but the custom css is working now.
However I still can’t manage to sort out the 2 problems with the footer, see website http://www.faydesigns.ie
With regards, Geraldine
Hello,
Please try to add this code into custom.css file.
.footer_container ul li a {
color:#fff;
}
Regards,
Robert Hall.
Hi Robert
Thanks for your help, I appreciate it. Just a couple more things – what code would I use to make the text colour of the area right at the bottom of the footer area – where the copyright and payments info goes. It is still grey and hard to see, I would like it to be white.
Also the widgets I have placed in the primary widget area and show on the Home Page is also showing at the bottom of the Single Product Page. Is there any way to not have the Primary Widget Area showing at the bottom of the Single Product Page.
Thanks again
Geraldine
1) You can add this code into custom.css
.after_footer .textwidget{
color:#fff;
}
2) Sorry, but we don’t have such feature in our theme.
Regards,
Robert Hall.
Thanks Robert, unfortunately the code didn’t work.
Geraldine
Hello,
Please try to use this code:
.copyright, #after_footer_menu .textwidget p {
color: white !important;
}
Thank you.
Regards,
Eva Kemp.
It worked. Thank you so much Robert and Eva.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Cuxtom css not working – IDstore theme’' has been successfully resolved, and the topic is now closed for further responses