Changing Theme Issues with PHPMyAdmin
Permalink
If I go to the following website for changing a theme, I get this:http://www.concrete5.org/marketplace/themes/featurist/documentation...
It's a great resource but I have a question about it. Under the section titled "Changing the Default...".
Am I supposed to look under PHPMyadmin for this? My reason for asking is that I've gone into MySQL and PHPMyadmin and the closest thing I found to "theme_featurist/themes/featurist/css/screen.css" was a folder in PHPMyadmin titled "Page Themes". From there, I'm not able to access featurist/css/screen.css. All that appears under "featurist" is an edit option and I'm not able to do much from there.
Any takers on this?
Thanks in advance.
It's a great resource but I have a question about it. Under the section titled "Changing the Default...".
Am I supposed to look under PHPMyadmin for this? My reason for asking is that I've gone into MySQL and PHPMyadmin and the closest thing I found to "theme_featurist/themes/featurist/css/screen.css" was a folder in PHPMyadmin titled "Page Themes". From there, I'm not able to access featurist/css/screen.css. All that appears under "featurist" is an edit option and I'm not able to do much from there.
Any takers on this?
Thanks in advance.
This means you should NOT do this through your database. It means you should open the file from your FILE SYSTEM and make the change. So, that folder can be found from the main folder what your site is serving and where concrete5 is installed.
E.g. that folder might be (but not necessarily is) ~/public_html/
And there you can find /themes/, etc. folders
Antti