Breadcrumb widget on service portal

bhuvana
Kilo Guru

Hi SNcommunity,

I am new to service portal and java-script, i am facing an issue like for remaining all pages it's wokring fine..like below screenshot.

find_real_file.png

It's wokring fine as expected nut in one pade i have called'subscription' in that it's not working ..

find_real_file.pngin background in sub header the black color is missing..

please help mee

 

Thanks

1 ACCEPTED SOLUTION

Gurpreet07
Mega Sage

Hi,

 

Ctrl + Right click on the breadcrumbs  ---->    Edit container background

 

find_real_file.png

 

If it's not same then you may have custom css applied for the page Catalog home. inspect the element and find the css responsible for background. If found , apply the same on subscriptions page. The css could resides at various places but as per the behavior described by you, this should be page specific css. So try to compare page specific css for these two pages. Find out Page specific CSS at...

CTRL + right click on any widget from a page    --->   Page in Designer   -->  Edit Page properties

 

 find_real_file.png

View solution in original post

3 REPLIES 3

Gurpreet07
Mega Sage

Hi,

 

Ctrl + Right click on the breadcrumbs  ---->    Edit container background

 

find_real_file.png

 

If it's not same then you may have custom css applied for the page Catalog home. inspect the element and find the css responsible for background. If found , apply the same on subscriptions page. The css could resides at various places but as per the behavior described by you, this should be page specific css. So try to compare page specific css for these two pages. Find out Page specific CSS at...

CTRL + right click on any widget from a page    --->   Page in Designer   -->  Edit Page properties

 

 find_real_file.png

Thank you for your response but color is working fine but size is not coming properly.can you please give me any idea.

Thank you once again...

Now it's working fine thank you Gurpreet,