Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Phoenix Template


Recommended Posts

Hey, I'm not new to oscommerce but I am new to the phoenix version - could anyone point me towards some sort of 'getting started' documentation? like where is the stylesheet etc? I can't seem to find the files to edit the look.

Thank you in advance :)

Link to comment
Share on other sites

Phoenix uses Bootstrap.  You use the user.css file to override the Bootstrap settings. 

I would not advise trying to read the Bootstrap CSS files, as they contain more than is used in Phoenix.  If you use right click in your browser and select Inspect Element, you can see what the existing settings are so that you can start thinking about overriding them. 

It's also possible to replace the Bootstrap CSS in includes/hooks/shop/siteWide/Bootstrap.php with one of the ones from https://cdnjs.com/libraries/bootswatch.  Remember to replace the whole tag so as not to break the SRI.  "Copy Link Tag" from the Copy dropdown will give you the correct replacement. 

Always back up before making changes.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...