Formatting broken after update
-
I am running Botiga on multiple sites, and had encountered an issue several months ago with the release of Botiga 1.1.3; which had re-written the website header, and also how Google fonts are imported.
We worked through the bugs of 1.1.3 and now we have a new set of headaches with 1.1.9 – this update really did a number on our sites, specifically font colors and also (to a lesser extent) background colors.
The thing I have noticed in inspecting the code is that the class which had been controlling these text colors is no longer being called:
class=”has-palette-1-color-6-color has-text-color”
So what happened to this class? They are still being declared on the front-end, but no longer have any corresponding CSS to make them display as intended.
Question #1 for the developer:
Is this a case of Customization options being reset every time we update the theme? Or is the customization options code being re-written with every release (such as we saw with the fonts in 1.1.3), leaving the existing setting obsolete?Question #2:
I would genuinely like some guidance on how / where the class “has-palette-1-color-6-color” is defined.Here is an example, scroll down to Testimonials, where the H2 tag should be #ffffff:
https://rizzolidentureclinic.ca/Here is a staging site with Botiga rolled back, scroll to the same Testimonials area, and notice the white headline:
https://staging18.bluecitrus1.site-staging.xyz/The page I need help with: [log in to see the link]
- The topic ‘Formatting broken after update’ is closed to new replies.