• Is it possible to add a logo to the sticky menu on scroll? I have a template with no logo addition to the menu. So I was wondering if there was away to add it in the sticky menu custom css? I am using OceanWP theme. If someone could walk me through the process, I would be very grateful. So logo is there on top fixed on the header, when I installed myStickyMenu I have these menu links when I scroll down AND I would just like to add a little logo on the side. OceanWP theme, lets say the class name is probably this part:

    <main id="main" class="site-main clr"<?php oceanwp_schema_markup( 'main' ); ?>>
    
    				<?php do_action( 'ocean_page_header' ); ?>

    This is a copy from header.php file. Does anyone know how can I do this?

  • The topic ‘How can I add a logo for OceanWP theme?’ is closed to new replies.