function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
arpit vijayvergiyaarpit vijayvergiya 

Icon for section header is not visible in lightning experience

Hi All,
I have a visualforce page, In which I am using section header. tabstyle is also applied on page.

<apex:sectionHeader title="xyz" subtitle="{!theRecord.Name}"/>
It shows the icon according to tabstyle in classic but when I see page in Ligtning Experience icon is not visible there.

Thanks,
Arpit vijayvergiya

 
BalajiM_SFdcBalajiM_SFdc
Hi Arpit,

Please refer below link and let us know if that helped.

https://help.salesforce.com/articleView?id=creating_flexipage_tabs.htm&type=5

Kind Regards-
Balaji
arpit vijayvergiyaarpit vijayvergiya
Hi Balaji,

My visualforce pages are not visible in dropdown list for lightning pages.

Thanks