Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #124933
    Swetlana
    Participant

    Hi,

    how can I put my Logo instead of the first button –> Home
    Important: I use the secondary menu bar.

    If it is no way to do this, how can I put my logo on the left side and the text from my secondary menu bar to the right side-
    both must be at the same level.

    My page: http://www.wita-immo.de

    Thanks 🙂

    #124967
    tikaram
    Keymaster

    @wita-immobilien : You will need to download and activate the child theme and add the following code in the functions.php file of child theme.

    function catchresponsive_secondary_menu() {
        if ( has_nav_menu( 'secondary' ) ) {
    	?>
        	<nav class="nav-secondary" role="navigation">
        		<img src="http://1.bp.blogspot.com/-5l0RRPCgqfw/UqDmPP5mLnI/AAAAAAAADbk/i4ohihy8wHg/s1600/header+badge3.png" id="logo" style="float: left;" />
    
                <div class="wrapper">
                    <h2 class="screen-reader-text"><?php _e( 'Secondary Menu', 'catch-responsive-pro' ); ?></h2>
                    <div class="screen-reader-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'catch-responsive-pro' ); ?>"><?php _e( 'Skip to content', 'catch-responsive-pro' ); ?></a></div>
                    <?php
                        $catchresponsive_secondary_menu_args = array(
                            'theme_location'    => 'secondary',
                            'menu_class' => 'menu catchresponsive-nav-menu'
                        );
                        wp_nav_menu( $catchresponsive_secondary_menu_args );
                    ?>
            	</div><!-- .wrapper -->
            </nav><!-- .nav-secondary -->
    
    <?php
        }
    }

    Note : Replace http://1.bp.blogspot.com/-5l0RRPCgqfw/UqDmPP5mLnI/AAAAAAAADbk/i4ohihy8wHg/s1600/header+badge3.png with the desired logo. let me know if you need further assistance.

    Regards,
    Tikaram

    #124972
    Swetlana
    Participant

    Great, thanks a lot, it works well. 🙂

    I only have 2 more questions:

    1. I dont find the css-code to change this things in my SECONDARY and FOOTER menu:
    – fontsizes and/or autosize in one-row
    – font-colors
    – buttons-colors
    – menu-colors
    – mouseover-background-color
    – mouseover-font-color

    2. I need to let some space (1-2 cm) between my logo and the menu on the RIGHT side of my logo, like a transparent border.

    Many thanks for your support 🙂

    S.

    #124977
    Swetlana
    Participant

    sorry one more thing 🙂 how can I put my logo in the mobile view on the top on the site?

    #125020
    tikaram
    Keymaster

    To access color option for secondary menu. Go to Appearance => Customize => Color Options => Secondary Menu Color Options.
    For Footer Menu. Go to Appearance => Customize => Color Options => Footer Menu Color Options.

    I Could not find any logo on your site.

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #125225
    Swetlana
    Participant

    Thanks 🙂

    Meanwhile, I removed the logo, because the quality/resolution was too low and it was missing in the mobile version.
    Now I’m testing a layout with another header-picture (with a logo on it).

    I’ve forgotten, that some useful things are directly in the Customizer :-).

    By the way….I’m very happy about your support 😀
    You guys have a very good product!

    #125297
    tikaram
    Keymaster

    Hello Swetlana,

    Thank you for using our theme. Glad to know that you are happy about my support. Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Company Logo in the secondary menu bar’ is closed to new replies.