Archived topic
Missing backgrounds when activate a starter site
9 replies · Started by Faris on April 11, 2022
Hello team,
I have a question about missing backgrounds for the starter site "Agency": (https://gpsites.co/agency/).
When I activate this starter site from site library section in GP Premium, all coloured backgrounds (if I can call them that) are disappeared. Icons and text colours change as well. I get only white background (https://ibb.co/KqQzm7c). Any help with that?
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Yes, sure! Link has been attached.
Hi there,
Did you remove any of the global colors from customizer > colors?
The template is using the global colors as background gradient, if any of the colors are missing it might cause this problem.
No. This happens immediately after I activate the template.
Hi there,
There may be an issue with regards to importing Global colors along when you import Agency.
To resolve this, can you kindly go to Appearance > Customize > Colors, and create two new Global colors, namely, accent-4 and accent-5 as such: https://share.getcloudapp.com/2Nuz75Wo
Kindly let us know how it goes. :)
Great! May I get the hex code for both colours?
Hi there,
here's the list of color names and their hex/rgba colors the site uses:
:root {
--contrast: #222222;
--contrast-2: #575760;
--contrast-3: #b2b2be;
--base: #f0f0f0;
--base-2: #f7f8f9;
--base-3: #ffffff;
--accent: #cc5559;
--accent-2: #8eb2a6;
--accent-4: #f4fbfe;
--accent-5: rgba(210,215,198,0.2);
}
Worked like a charm! Thank you so much!!
You're welcome