cancel
Showing results for 
Search instead for 
Did you mean: 

How to change dimensions background colors in Filter Panel ?

chandrasekhar6
Participant
0 Kudos

Hi

I am using Lumira 2.1 Designer SP01.

I used below CSS script to Filter Panel,

.sapzenfilterpanel-HeaderText { 

font-size: 27px!important;

font-style:italic;
height: 240px!important;

background-color:#0000a0;

padding: 4px10px!important; 

}

getting an output as below,

Here I found as below things,

Changed,

  • font style
  • font size
  • background color

but

How to change State, City, and StoreName background and selected icon.

If any possible way to remove Seach options in filer panel

Please do help on above CSS script

Thanks,

Chandrasekhar .K

Accepted Solutions (1)

Accepted Solutions (1)

arijit_das
Active Contributor
/* Hide search bar */
.myFilterPanel .sapMSFF{ 
    visibility: hidden !important;
}


/* Change background color */
.myFilterPanel .sapMIBar.sapMTB.sapMTB-Auto-CTX.sapMTBInactive.sapMTBNewFlex{
    background-color: rgba(200,0,0,0.5);
}
.myFilterPanel .sapContrastPlus.sapMIBar.sapMIBar-CTX.sapMPageSubHeader.sapMSubHeader-CTX.sapMTB.sapMTB-Auto-CTX.sapMTBInactive.sapMTBNewFlex{
    background-color: white !important;
}

chandrasekhar6
Participant
0 Kudos

Thank you, Arijit Das for your valuable response.

chandrasekhar6
Participant
0 Kudos

Hi Arijit,

I have used you're changed my filter panel background successfully.

If any possible way to change Dimension text color in filter panel.

Thanks,

Chandrasekhar .K

arijit_das
Active Contributor
0 Kudos

Please post it as a separate question with a screenshot if possible.

Answers (0)