camman2112 Posted October 25, 2020 Share Posted October 25, 2020 (edited) Hello Prestashop users, I’m currently running this art shop on behalf of the artist: https://marknoble.art I’m an admin, but I do not have access to the actual Prestashop files and folders on the server. The artist provides the server owner with money to keep the site running, but I’m in the process of managing content, etc. I have a couple of questions. I’ve read online that I would need to edit the CSS style sheet in order to change the background image. As I do not have access to local files, can this be done another way? Also, how do I hide or remove the text that tells users where they are on a page (the page structure or location)? E.g. https://marknoble.art/content/8-categories Many thanks, Cameron Edited October 25, 2020 by camman2112 (see edit history) Link to comment Share on other sites More sharing options...
JBW Posted October 26, 2020 Share Posted October 26, 2020 20 hours ago, camman2112 said: I’ve read online that I would need to edit the CSS style sheet in order to change the background image. As I do not have access to local files, can this be done another way? Yes, the usual way is to add your CSS to custom.css file on the server. You might find some module where you can add custom CSS without editing files 20 hours ago, camman2112 said: Also, how do I hide or remove the text that tells users where they are on a page (the page structure or location)? Best way is to edit the (child) theme template file (search for breadcrumb.tpl) - but if you don't get access you could simply hide the elements by CSS Link to comment Share on other sites More sharing options...
camman2112 Posted October 26, 2020 Author Share Posted October 26, 2020 (edited) Thank you! I've installed a custom CSS editor module and managed to remove the breadcrumbs. I haven't been able to change the background image though. I'm not able to access the assets folder and I don't want to have to pay a lot for a module in order to change it. Perhaps I could email the server owner instead and get them to do it. Lastly, do you know how I can remove page headers? I tried: Quote #cms .page-header { display: none; } But it doesn't work. Thanks again! I'm trying to get rid of titles like 'Teaching', e.g. https://marknoble.art/content/6-teaching Edited October 26, 2020 by camman2112 (see edit history) Link to comment Share on other sites More sharing options...
JBW Posted October 26, 2020 Share Posted October 26, 2020 1 hour ago, camman2112 said: But it doesn't work. Thanks again It works for me Link to comment Share on other sites More sharing options...
camman2112 Posted October 26, 2020 Author Share Posted October 26, 2020 Thanks. Not sure where I've been going wrong, I inputted that code into the CSS editor module but no joy. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now