Jump to content

Changing the background image, removing navigation text/location/structure


camman2112

Recommended Posts

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-categoriesimage.png.5bd9629964fbc48fb9203082fd357d6a.png

 

 

Many thanks,

Cameron
 

Edited by camman2112 (see edit history)
Link to comment
Share on other sites

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

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 by camman2112 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...