Currently, I’m using the Twenty Twenty Three theme, but it’s not working out the best. I want my site to be very, very simple. Solid background, basic text and images. I don’t want fancy graphics or animations, nothing like most of the modern “minimalist” themes. I want something more akin to websites from the 90s.
Currently, this is the site: lcdmagazine.com
There are two major problems right now:
1) I cannot customize the woocommerce shop page at all. Can’t put a featured image at the top, can’t change fonts, nothing. I want to be able to do basic customization of the shop page such as the twk mentioned, along with customizing the assets (change cart icon, etc.), changing location of assets, that type of thing.
2) on desktop, it keeps all the content to the middle of the page inside some invisible box. How can I override this to be able to put stuff farther off to the sides on the desktop site?
Is there a theme that can accomplish this?
[ad_2]
From easiet to hardest
1. Use a page builder with Woocommerce Components/widgets
2. Copy Templates you want to change to your theme and Modify them
3. Use Hooks and Filters to change and also inject your own content & templates
The third way is ‘best’ because you get fewer to none breaking changes when Woocommerce updates since Hooks and Filters generally stay the same from version to version vs layouts and content.