Menus

  • Hi,

    I have a few questions about the various different menus:

    1. I have put my social links into the social links menu. In the navigation bar, when I click on “connect” it only shows a series of squares but I would like it to show the logos, for example of Youtube.
    2. Is it possible to show the footer area permanently so that it doesn’t retract?
    3. Is it possible to add widgets or my social links underneath the primary menu items?

    Thank you!
    Bev

    beverlycooks.com

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    Point 1: It is resolved now. Please check your blog.

    Point 2: Please try the following css snippet.

    
    .site-footer-widgets-wrapper {
        display: block;
    }
    

    Point 3: Sorry, it is not possible at the moment.

    Hope it will help you.
    Thanks

  • Thank you very much! A few more questions:

    1. Is it possible to centre the social links which are in the social links menu? Right now mine are off to the left of the page a bit.

    2. Can I change the font and colour of the word “search” on the search function in the navigation bar? It doesn’t match the rest of the theme.

    Thank you
    Bev

  • Hi,
    Please try the following css snippets.

    Point 1:

    
    ul#menu-social-menu {
        display: flex;
        justify-content: center;
    }
    

    Point 2:

    
    .overlay .search-form input[type=search],
    .overlay .search-form input[type=search]::placeholder {
        color: #fff;
        font-size: 70px;
    }
    

    Thanks

  • It’s all looking great, thank you very much!

  • Thanks for your feedback.

  • The topic ‘Menus’ is closed to new replies.