Hello,
I’m playing with the new 10.0 release of Dawn theme and although the animations are nice, I notice that some previous code customizations I’d implemented (based on solved questions others had posted) are no longer viable. For example, you could previously change the max logo pixels from 300 to whatever you like, I believe it was in the header.liquid file, but that line of code is no longer present in Dawn 10.0 and I cannot find a place to increase the max width.
Similarly, the standard paragraph text is gray but I had previously found an easy way to change it to white or black in the base.css file, however adding the same line of code in 10.0 no longer has any affect and text stays gray. Does anyone have suggestions for how to implement these 2 updates in the new version? Thank you!
Hi @Steve_AffixRoll
You do need to redo the changes you did if you did not utilize the Custom CSS
Hi @made4Uo , thank you for the response. I do understand my customizations will need to be redone, and I have been able to update some of my previous customizations. However in the case of the 2 that I posted about, the base files have changed significantly and those updates no longer work. For example, regarding the logo width, I previously implemented this solution:
https://community.shopify.com/post/1771837
However, the header.liquid file in Dawn 10.0 no longer includes that same code to update, and in fact removed several hundred lines of code overall. Similarly, an update that I implemented to the base.css file to change text color to white has no effect on my text when add the code now. Any idea how I can change those 2 in the 10.0 version of Dawn?