Amendments to an external/public record producer

nicolabroad
Tera Expert

Hi, 

 

I have an external public record producer on the CSM portal which is linked to the portal using a URL. I am looking to achieve the below:

1. Remove/hide the search box from the top of the record producer 

2. Fix the 'submit' button so it remains in the same position on the record producer for all screen sizes and stays on the page when scrolling down. Currently it disappears when scrolling down.

Please could someone advise how this can be achieved? 

1 ACCEPTED SOLUTION

nicolabroad
Tera Expert

I have my own issue 😄 

 

The below needed to be added into the CSM theme CSS style sheet - portal-polaris-catalogs-theme under .right-side-cart:

position: sticky;
top: 10%;

> div {

 

 

View solution in original post

2 REPLIES 2

nicolabroad
Tera Expert

I have sorted the search bar however still require assistance to fix the submit button when scrolling for all screen sizes please if anybody can help 🙂

nicolabroad
Tera Expert

I have my own issue 😄 

 

The below needed to be added into the CSM theme CSS style sheet - portal-polaris-catalogs-theme under .right-side-cart:

position: sticky;
top: 10%;

> div {