Hello,
01. Sorry to say, it is not possible to achieve this without creating a custom layout.
However, as an alternative, you can display the categories in the Page Title section. Navigate to:
Theme Settings > Product Archive > Page Title and enable the option “Show Categories in Page Title.”
https://gyazo.com/5b4d7d2278727946ceb996e28a9cb982
02. Please Go to Woodmart >> Header builder >> Edit header >> Edit logo and try changing the sticky header logo.
https://ibb.co/CKQkw1rz
Alternatively, you can use the Custom CSS listed below to remove the logo from the sticky header.
.whb-sticked .site-logo {
display: none;
}
Best Regards,