Logo on menù

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23039
    LessD
    Member

    Hi, I need your help to put another logo under menù.
    I need a small second logo under site menu but I don’t know how to do it.
    I attach an image to better understand…
    Thanks
    Alessia

    Url: http://festadelcanederlo.it/wp/

    Login:
    usr: temp
    psw: 33Tr&ntini!

    #23053
    Veena
    Moderator

    You can use text widget in header area – Appearance > widgets and add html code to display small logo image .

    #23074
    LessD
    Member

    Thank you so much for your answer!!
    I’ve selected the widget to show up in the header and added html code to this to make them show. However, no matter what I seem to do, they do not show up.

    If I try to go to: Aspect – Customize – widget, I don’t see the header area. Maybe is this one my problem? I don’t know, if I’ve disable any theme setting.

    #23085
    Veena
    Moderator

    You can use the below code at line no:75 in file header.php and see if it helps .
    <div id="small-logo"><img src="https://www.livemeshthemes.com/appdev/wp-content/uploads/sites/7/2013/07/btn-googleplay.png" alt="btn-googleplay" width="192" height="63" /></div>
    Also use the below custom CSS in themeoptions –

    #small-logo{
        max-width: 200px;
        right: 0;
        position: relative;
        float: right;
    }
    @media only screen and (max-width: 767px) {
    #small-logo img {
        margin: 0 auto;
    }
    div#small-logo {
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none !important;
    }}
    
    #23112
    LessD
    Member

    Thanks for your help!!! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo on menù’ is closed to new replies.