Color selector next to the color swatches not showing, so cannot change color of any elements in the template.
I am running WordPress 5.5.1 Woocommerce Version 4.6.0.
Hey,
The colors should adapt from your theme settings. Is this not the case for you? Which colors are you referencing specifically?
Hannah
Hi Hannah, it’s the header and the footer background colours of the template that I am trying to change. The swatch is there, but the selector that is meant to be beside it is not there. When I click on the swatch, nothing happens. I wish I could send you a screenshot 🤔
Hmm, I’m not able to duplicate this. What theme are you using? Are you running the latest version of WordPress?
You can send a screenshot with this: https://imgbb.com/
Best,
Hannah
Hi Hannah,
I am using Listable Theme by Pixelgrade with Woocommerce Subscription plugin, and I have WordPress 5.5.1 running.
Here are the screenshots of header and footer area.
https://ibb.co/xJwtmj4
https://ibb.co/LN4qqBr
Warm regards,
Miranda
So the swatch is not clickable, is that what you mean? Or that it will switch once another color is selected? Are you able to temporarily activate a default theme to see if this changes?
Regards,
Hannah
Hi Hannah,
Thank you for your reply, and this is correct. The swatch is not clickable.
I’m a wordpress novice and I have been customising a theme for my site for 3 months now, and I’m too scared to change the theme in case it breaks anything on the site 😬 Is there any other work around, such as changing code on a page in the back end?
Kind regards,
Miranda
You can use this css to override and change the background colors:
td#header_wrapper {
background: #333;
}
td#template_footer_inside {
background: #333;
}
Hope that helps!
Hannah