Hello @svvhhk,
Thank you for reaching out,
To do this, you may need to adjust the header’s template or use a custom hook to add content to the menu. You can find relevant instructions on customizing WooCommerce with OceanWP here: https://docs.oceanwp.org/category/83-woocommerce
Alternatively, find this shortcode (it’s in Ocean Extra plugin), copy its code, and then customize it as you wish. Afterward, place your customized shortcode with a new name in the functions.php file in the child theme: https://docs.oceanwp.org/article/502-oceanwpwoocart-shortcode Then, use a custom header template and include your customized shortcode.
However, the best way to customize that section is by using a third-party plugin.
Alternatively, you can customize your template using the following steps:
Before it, if you are unfamiliar with PHP, you can contact a PHP expert.
Start with installing the child theme. Then, by using FTP or cPanel access (if didn’t use the localhost), Go to this directory: wp-content\themes\oceanwp\partials
Find the template that you want to customize and copy that template file.
Then head over to the same path on the child theme. There isn’t an entry folder as a default on your child theme, so you need to create a new one(one time).
Paste that template there.
Then you can edit the template on the new path in the child theme: wp-content\themes\oceanwp-child-theme\partials
* Please check this screenshot: https://i.postimg.cc/sxjYTWyt/image.png.
* Download child theme: https://docs.oceanwp.org/article/90-sample-child-theme.
* Developer docs: https://docs.oceanwp.org/collection/19-developer-doc.
Note: It’s working with the /woocommerce/ folder or root of the theme files.
Hope it helps,
Best Regards