Home Forums WoodMart support forum Sticky header – changes Reply To: Sticky header – changes

#451616

Hello,

Actually, there isn’t a specific separate file related to Sticky Header available due to the fact that a certain Sticky Header related class is being generated in the Header tag through functions.php file. So, here are the two Theme file locations which you can check regarding the Header & Sticky Header:

wp-content/themes/woodmart/inc/modules/header-builder (header builder is a folder here)

wp-content/themes/woodmart/inc/functions.php (in this Theme file, you can find the whb-sticky-shadow class being created when you search for this in the mentioned file)

Hope this helps !

Best Regards.