Sep 21, 20239:54 AM - edited Sep 21, 20239:55 AM
Participant
Child theme css changes not reflecting.
I don't use Design Manager very often and currently I am facing this issues with the child theme css. I cloned the css from parent theme which has same directory structure. I added the new Twitter X logo and I can see the changes with new logo in page edit mode but it is not rendered in published pages.
What am I missing here? I think the previous css files is not being replaced. Its been more than 24 hours and it is not working yet.
Where have you added the definition for this class:
fa-x-twitter
I don't see it in the child.css, but it looks like you've overwritten other CSS files.
It also looks like the theme is using FA v5, which doesn't include the Twitter X icon - which is free, but requires v6.4.2 (more on this limitation here).
The only thing I can't quite figure out is why it's showing in the editor at all, if the above is the reason, it wouldn't show in editor or preview.
Since you're using Clean theme, perhaps @HelpfulHero can provide further guidance.
If my reply answered your question please mark it as a solution to make it easier for others to find.
In child theme, I have updated the fontawesome css file and added new fontawesome icon files too. It is showing perfect in preview mode. Just not showing in live site. I have attached the screenshots.
I was pulling my hair out when not seeing changes reflected after publishing theme changes. I was certain it was a cache issue but could not find any reference to it easily. It took me a while to find this post with '?hsDebug=true&hsCacheBuster=4878'..... Surely this information should be easier to find?
Hi @MMainali it would be helpful if you can share the link with us, that would allow us to check the source code and determine why your CSS isn't apply.
Can you also share a screenshot of your CSS changes - or use the code block to paste it here?
If my reply answered your question please mark it as a solution to make it easier for others to find.