tydavnet Posted February 10, 2020 Posted February 10, 2020 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 :)
burt Posted February 10, 2020 Posted February 10, 2020 user.css https://github.com/gburton/CE-Phoenix/blob/master/user.css This would be located in the root of your Phoenix installation.
♥ecartz Posted February 10, 2020 Posted February 10, 2020 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.
♥JcMagpie Posted February 10, 2020 Posted February 10, 2020 49 minutes ago, tydavnet said: where is the stylesheet etc If your after for a simple way to change the look then just use JcM More New Themes Header Tags-V1.1
tydavnet Posted February 10, 2020 Author Posted February 10, 2020 Thanks everyone exactly what i wanted
Recommended Posts
Archived
This topic is now archived and is closed to further replies.