Changing the background of "Locations" Page

Hello everyone,
I want to change the background of the “Locations” page. I tried the following code but had no effect:

locations:
  - component: oh-locations-tab
    config:
      pageStyle:
        backgroundImage: /static/images/kitchen.jpg
        backgroundImageStyle:
          background-position: center
          background-size: cover
      modalStyle:
        backgroundImage: /static/images/kitchen.jpg
        backgroundImageStyle:
          background-position: center
          background-size: cover

I also tried

locations:
  - component: oh-locations-tab
    config:
      style:
        backgroundImage: /static/images/kitchen.jpg
        backgroundImageStyle:
          background-position: center
          background-size: cover  

However, non works

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.