Duplicate Cornerstone page not the same

Hello

I have created a French version of a page that I built in Cornerstone axisstars.com/about - all of the blocks are the same yet it doesn’t look the same. On the mobile version of the french page I have blue stripes under the items about the team and I can’t see how to remove them. Also the social icons are gold on the French page (which I prefer) but white on the original page that I copied. I can’t see any differences in the code. Any ideas?

Thanks

Hi @bca,

Thanks for writing in!

To resolve this issue, please edit both pages and find the row container. You must remove the background color background-color:hsl(200, 100%, 60%); and set it to transparent.

Please let us know if this works out for you.

Great that’s worked thanks. Do you know why the icons for social would be gold on the FR version and white on the English? I’d like them gold on both if possible. Also the images seem different on the English version. Thanks

Hello @bca,

There is a broken code in the French page. You added this:

<span style="color: #ffffff;">Kate Hamer est une spécialiste du marketing digital depuis plus de dix ans. Elle a travaillé côté client pendant plus de 15 ans au sein de grandes marques internationales telles que Orange, Unilever, Tesco, Disney et L’Oréal. Elle possède une expérience variée en B2B et B2C. En 2015, elle a créé son propre cabinet de conseil où elle a travaillé avec une large gamme de clients dans des secteurs tels que la beauté, les divertissements, l'alimentation et Sport. 

It should closed properly like this:

<span style="color: #ffffff;">Kate Hamer est une spécialiste du marketing digital depuis plus de dix ans. Elle a travaillé côté client pendant plus de 15 ans au sein de grandes marques internationales telles que Orange, Unilever, Tesco, Disney et L’Oréal. Elle possède une expérience variée en B2B et B2C. En 2015, elle a créé son propre cabinet de conseil où elle a travaillé avec une large gamme de clients dans des secteurs tels que la beauté, les divertissements, l'alimentation et Sport. </span>

The gold color is coming from X > Theme Option > Typography > Site Links. Any unclosed or broken code added into one of the elements may have affected the color.

And Since you have installed a caching plugin WP Rocket, please clear your plugin cache before testing your site. This can cause the changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.

Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.